From 17070942cdf1c5cd58111f0b0dc086bbd0fa167e Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 16:33:28 +0100 Subject: [PATCH] still blocks coloring --- gitweb-danixland/gitweb.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 4a774d6..9e139b3 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -388,9 +388,7 @@ th .header { .page_path, .search { width: 94%; - background: var(--fg); - color: var(--bg); - border: 1px solid rgba(var(--border)); + color: var(--fg); padding: 5px; margin: 0 auto 15px auto; } -- 2.20.1