"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Omar Polo <op@omarpolo.com>
Subject:
Re: Gotwebd dark mode
To:
Kyle Ackerman <kackerman0102@gmail.com>
Cc:
gameoftrees@openbsd.org
Date:
Thu, 07 Dec 2023 15:35:48 +0100

Download raw body.

Thread
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;