From d9ae720e42319646dac192a4eb10aae907e665a0 Mon Sep 17 00:00:00 2001 From: danix Date: Sun, 26 Feb 2023 11:16:54 +0100 Subject: [PATCH] changing colors --- gitweb-danixland/gitweb.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 5a06b46..975f277 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -145,7 +145,7 @@ td, th { #generating_info { font-size: 10px; - color: #aaa; + color: var(--fg); text-align: center; } @@ -539,8 +539,8 @@ span.refs span { color: #707070; display: inline-block; margin: 0; - background-color: #eee; - border: 1px solid #ccc; + background-color: var(--bg); + border: 1px solid var(--border); border-radius: 3px; height: 18px; padding: 0 6px; @@ -551,8 +551,8 @@ span.refs span.ref { color: #707070; display: inline-block; margin: 0; - background-color: #c4c4ff; - border: 1px solid #7878ff; + background-color: var(--bg-alt); + border: 1px solid var(--link); border-radius: 3px; height: 18px; padding: 0 6px; -- 2.20.1