From: danix Date: Tue, 28 Feb 2023 15:30:58 +0000 (+0100) Subject: uniforming blocks styling in diff view X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=436957fc1c255d4f46223d81710d96d12fa09435 uniforming blocks styling in diff view --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index d781d83..4a774d6 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -663,15 +663,19 @@ div.diff.from_file { .rem { background: #ffdddd; + color: var(--dark-grey); } .rem .marked { background: #ffaaaa; + color: var(--dark-grey); } .add { background: #ddffdd; + color: var(--dark-grey); } .add .marked { background: #7dff7d; + color: var(--dark-grey); } .extended_header {