commit 25c61626c421164fd745de37bcf8fca2c4480043 from: Kyle Ackerman via: Thomas Adam date: Fri Dec 08 12:30:59 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 - b2dcbbc7f5e06e14e36426f8d1eea7806c6b144b commit + 25c61626c421164fd745de37bcf8fca2c4480043 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;