]> git.kreider.io Git - wiki.git/commitdiff
change dark mode colors, redux css
authorRich Kreider <rjkreider@gmail.com>
Sat, 28 Mar 2026 00:17:13 +0000 (20:17 -0400)
committerRich Kreider <rjkreider@gmail.com>
Sat, 28 Mar 2026 00:17:13 +0000 (20:17 -0400)
local.css

index bb3bec46507d82cc5be37260bdf23c5514977c84..81583f89d7735fadee540621b36534e6ad8335d3 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,18 +1,5 @@
-* {
-   background-color: #000022;
-   color: #00d56d;
-   font-family: monospace;
-   font-size: unset;
-}
-tr.alt_color:nth-child(even) {background-color: unset;}
-blockquote {background: #000033;}
-table, th, td {border: 1px solid #39c5bb;}
-@media screen and (max-width: 600px) {table.tidy tr td{border-bottom: 2px dotted #002255;}}
-
-a:link {color:#00d56d;}
-a:visited {color:#00d56d;}
-a:hover {color: red!important; background-color:white!important;}
-a.nohov:hover{background:none!important;color:white!important;}
-hr, hr.dim {border-top: 1px solid #666666;}
-.noprebg pre, code{background: none}
-*.dimmed {color: #666666 !important;}
+body {
+       background-color: Canvas;
+  color: CanvasText;
+  color-scheme: light dark;
+  }