From c636221768405a7e7c18e8d43c79f0283a3faa9e Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 16:15:59 +0100 Subject: [PATCH] testing different colors --- 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 a070a82..5afb71c 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -56,7 +56,7 @@ a { outline: none; } --border: 34,40,49,0.035; --accent: #FD7014; --shadow: 0,0,0,0.2; - --bluish-grey: #3f4c77; + --bluish-grey: #282d3d; --dark-grey: #393E46; --light-grey: #ababcf; /* Icons */ @@ -222,8 +222,6 @@ td, th { .page_footer { height: 40px; line-height: 40px; - border-top: 2px solid rgba(var(--border)); - border-bottom: 1px solid rgba(var(--border)); } .page_footer_text { -- 2.20.1