commit 2fbb00a4292fb45faa409c8983136a105cbda7ba from: Omar Polo date: Sat Feb 10 10:46:29 2024 UTC gotwebd: fix colour of target lines in dark mode reported by xs on IRC, thanks! commit - f9a64b14696fdd28e727956bd9c47f595f32f265 commit + 2fbb00a4292fb45faa409c8983136a105cbda7ba blob - c7d9ee04d1db7bdde6bdef6b6a7234d71ebfd35d blob + 0396f8f393157184209c75b979ff008558821c57 --- gotwebd/files/htdocs/gotwebd/gotweb.css +++ gotwebd/files/htdocs/gotwebd/gotweb.css @@ -513,6 +513,10 @@ dd { .blame_author { color: #8BE9FD; text-decoration: none; + } + + .blame_line:target, .blob_line:target { + background-color: #44475a; } #site_owner_wrapper, #np_wrapper {