Download raw body.
Gotwebd dark mode
i noticed i don't really like the dotted separators in the dark mode.
what do you all think?
diff -s /home/op/w/got
commit - 6ecb0b8c6b2aa36b6af31c856909b1ddccdb301c
path + /home/op/w/got (staged changes)
blob - 65256f74800294b5cafb9831a20db2e5715f568b
blob + 3cffce10df8b3b0b5171ca588350df135c1cbf7f
--- gotwebd/files/htdocs/gotwebd/gotweb.css
+++ gotwebd/files/htdocs/gotwebd/gotweb.css
@@ -429,6 +429,10 @@ dd {
background-color: #282A36;
}
+ hr {
+ border-style: solid;
+ }
+
#index_header, #summary_wrapper {
background-color: #BD93F9;
color: #222;
Gotwebd dark mode