소스 검색

Trying to figure out why github pages don't render _static

JC Brand 12 년 전
부모
커밋
eabdce2521
1개의 변경된 파일31개의 추가작업 그리고 0개의 파일을 삭제
  1. 31 0
      docs/html/static/stylesheet.css

+ 31 - 0
docs/html/static/stylesheet.css

@@ -0,0 +1,31 @@
+/*******************************************************************************
+Slate Theme for GitHub Pages
+by Jason Costello, @jsncostello
+*******************************************************************************/
+
+@import url("default.css");
+@import url("../../../stylesheets/stylesheet.css");
+@import url(pygment_trac.css);
+
+div.body,
+div.document {
+    background-color: transparent;
+}
+
+div.body h1, 
+div.body h2, 
+div.body h3, 
+div.body h4, 
+div.body h5, 
+div.body h6 {
+    background-color: transparent;
+    border-bottom: 0;
+}
+
+h1#project_title a {
+    color: white;
+}
+
+h1 a {
+    color: #0069ba;
+}