From: git Date: Wed, 13 May 2026 22:16:08 +0000 (-0400) Subject: fix diff view highlighting X-Git-Url: https://git.datadissipation.net/?a=commitdiff_plain;h=ac5c37c7c5d932c64965f472268997e90bf9e506;p=gitweb-theme.git fix diff view highlighting --- diff --git a/gitweb.css b/gitweb.css index 1347511..fe56e83 100644 --- a/gitweb.css +++ b/gitweb.css @@ -636,6 +636,11 @@ div.diff.from_file a.path:hover { background: #eaf2f5; color: #999; } +.rem, +.add { + display: inline-block; + min-width: 100%; +} .rem { background: #ffdddd; }