From 5560a27c8815f3f0ed75621773b716ba80c8ae1d Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Mon, 14 Aug 2023 04:06:37 -0700 Subject: [PATCH] More dark colors --- sys/geekigeeki.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index 46fa7be..75115dd 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -142,13 +142,11 @@ div.index { } div.nav { - /*border-color: #88aacc; - background-color: #aaccee;*/ border-color: #888888; background-color: #cccccc; border-style: solid; border-top-width: 0px; - border-bottom-width: 2px; + border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px; padding-top: 5px; @@ -252,7 +250,7 @@ table { } table tbody thead { - background: #f7f7f0 + background: #f7f7f0; } /* FIXME: should be thead */ @@ -434,4 +432,16 @@ div .innerthumb { border-color: #606060; background-color: #303030; } + + table { border: 2px solid #444; } + table tbody thead { background: #2f2f2f; } + table tbody th { + border: 1px solid #555; + border-bottom-color: #777; + } + table tbody td { border: 1px dotted #555; } + table tbody tr { border-top: 1px solid #555; } + table tbody tr.even { background-color: #303030; } + table tbody tr.odd { background-color: #393939; } + table tbody tr:hover { background: #444 !important; } } -- 2.25.1