From 7629b99f3641b9198c8b2ad3ee65013a3909560c Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 16:29:11 +0100 Subject: [PATCH] uniforming blocks styling --- gitweb-danixland/gitweb.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 5483548..d781d83 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -513,14 +513,14 @@ th .header { .title_text { width: 94%; - background: #eaf2f5; + background: var(--bg-alt); padding: 5px; margin: 0 auto 0 auto; } .log_body { width: 94%; - background: #eaf2f5; + background: var(--bg-alt); padding: 5px; margin: 0 auto 15px auto; } @@ -528,14 +528,14 @@ th .header { .page_body { line-height: 1.4em; width: 94%; - background: #f8f8f8; + background: var(--bg-alt); padding: 5px; margin: 15px auto 15px auto; } .diff_tree { width: 95%; - background: #f0f0f0; + background: var(--bg-alt); padding: 5px; margin: 0 auto 15px auto; } @@ -630,7 +630,7 @@ span.refs span.head { span.refs a { color: #4e4e4e; - font: 11px "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, monospace; + font: 11px "Red Hat Mono", "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, monospace; line-height: 18px; } @@ -657,7 +657,7 @@ div.diff.from_file { } .chunk_header { - background: #eaf2f5; + background: var(--bg-alt); color: #999; } @@ -686,7 +686,7 @@ div.chunk_block div.old { float: left; width: 50%; overflow: hidden; - border-right: 5px solid #EAF2F5; + border-right: 5px solid var(--bg-alt); } div.chunk_block.rem, @@ -707,7 +707,7 @@ div.chunk_block div.new .rem { div.chunk_block div.new { margin-left: 50%; width: 50%; - border-left: 5px solid #EAF2F5; + border-left: 5px solid var(--bg-alt); } /* Category @@ -799,7 +799,7 @@ td.pre, div.pre, div.diff { top: 0; left: 0; border: 1px solid #d8d8d8; padding: 2px; - background-color: #f0f0f0; + background-color: var(--bg-alt); font-style: normal; color: #545454; cursor: auto; -- 2.20.1