From 034b340fc86d2ad1d0fa36465ba542aac2e14d57 Mon Sep 17 00:00:00 2001 From: Lexie Date: Fri, 4 Aug 2023 06:00:33 -0400 Subject: [PATCH] Update git.t-ch.net theme --- static/gitweb.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/gitweb.css b/static/gitweb.css index e654862..5707cd3 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -53,7 +53,7 @@ div.page_header { } div.page_header a:visited, a.header { - color: #453F78; + color: #7189FF; } div.page_header a:hover { @@ -104,9 +104,9 @@ div.title, a.title { display: block; padding: 6px 8px; font-weight: bold; - background-color: #edece6; + background-color: #401F3E; text-decoration: none; - color: #000000; + color: #FFFFFF; } div.readme { -- 2.42.0