Commit Diff
- Commit:
6ecb0b8c6b2aa36b6af31c856909b1ddccdb301c
- From:
- Kyle Ackerman <kackerman0102@gmail.com>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
- Message:
- 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@
- Actions:
- Patch | Tree
--- 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;