commit 53f578a6d94eeb340775f5e05c24fb9a5df33236 from: Omar Polo via: Thomas Adam date: Sun Feb 11 13:43:41 2024 UTC gotwebd: fix colour of target lines in dark mode reported by xs on IRC, thanks! commit - 75986fe9c4c033eb0f72c9d59e320f7208c445c2 commit + 53f578a6d94eeb340775f5e05c24fb9a5df33236 blob - c7d9ee04d1db7bdde6bdef6b6a7234d71ebfd35d blob + 0396f8f393157184209c75b979ff008558821c57 --- gotwebd/files/htdocs/gotwebd/gotweb.css +++ gotwebd/files/htdocs/gotwebd/gotweb.css @@ -515,6 +515,10 @@ dd { text-decoration: none; } + .blame_line:target, .blob_line:target { + background-color: #44475a; + } + #site_owner_wrapper, #np_wrapper { background-color: unset; }