소스 검색

Apply dark mode to documentation

Patrick-Christopher Mattulat 2 달 전
부모
커밋
04c3c79825
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      doc/coline.html

+ 6 - 6
doc/coline.html

@@ -9,28 +9,28 @@
 <style>
 body
 {
-  background-color: #ffffff;
+  background-color: #151517;
   font-family: Arial, serif;
-  color: #1a2a3f;
+  color: #727274;
 }
 a.default_link_layout:link
 {
-  color: #1a2a3f;
+  color: #727274;
   text-decoration: none;
 }
 a.default_link_layout:visited
 {
-  color: #1a2a3f;
+  color: #727274;
   text-decoration: none;
 }
 a.default_link_layout:hover
 {
-  color: #bc8003;
+  color: #4e4944;
   text-decoration: none;
 }
 a.default_link_layout:active
 {
-  color: #bc8003;
+  color: #4e4944;
   text-decoration: none;
 }
 p.default_text