commit 6ecb0b8c6b2aa36b6af31c856909b1ddccdb301c from: Kyle Ackerman via: Stefan Sperling date: Thu Dec 07 08:16:05 2023 UTC make diff color-highlighting in gotwebd's dark-mode more accessible A red/green color scheme is bad for people with red/green colorblindness. Use similar colors as used by 'tog diff' to avoid this issue. Patch by Kyle Ackerman ok op@ commit - 9e83097f9b3fc262356cc5189409a0e472d1084b commit + 6ecb0b8c6b2aa36b6af31c856909b1ddccdb301c blob - c6f473ced0d7b7454f210dfaa119b63cd96d2ba4 blob + 65256f74800294b5cafb9831a20db2e5715f568b --- gotwebd/files/htdocs/gotwebd/gotweb.css +++ gotwebd/files/htdocs/gotwebd/gotweb.css @@ -465,10 +465,10 @@ dd { } .diff_minus, .diff_submodule { - color: #FF5555; + color: #FF79C6; } .diff_plus, .diff_symlink, .diff_author { - color: #50FA7B; + color: #8BE9FD; } .diff_chunk_header, .diff_date { background-color: unset;