Răsfoiți Sursa

Apply dark mode to documentation

Patrick-Christopher Mattulat 2 luni în urmă
părinte
comite
04c3c79825
1 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  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