From e87208ca2d9bd3a829978bdfd230285ec2f5696f Mon Sep 17 00:00:00 2001 From: 53hornet Date: Fri, 14 Jan 2022 22:05:35 -0500 Subject: feat: colorize cgit css --- includes/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/common.css') diff --git a/includes/common.css b/includes/common.css index ddc0d7d..bc5cd5d 100644 --- a/includes/common.css +++ b/includes/common.css @@ -7,8 +7,8 @@ :root { --balboa: #195970; --ruby: #9b111e; - --slate: #b9c2ca; - --charcoal: #798d94; + --slate: #96a4b0; + --charcoal: #6d8188; --white: white; --box-radius: 0.15em; --box-border: 0.5em solid var(--white); -- cgit v1.2.3