From 3c502a8c00bc0d58fc6355a1e1fe9b980699ff13 Mon Sep 17 00:00:00 2001 From: Rich Kreider Date: Fri, 27 Mar 2026 20:17:13 -0400 Subject: [PATCH] change dark mode colors, redux css --- local.css | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/local.css b/local.css index bb3bec4..81583f8 100644 --- 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; + } -- 2.47.3