From 4849fc6e811f9aaa02a63d102f60d356365cd2bb Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Wed, 1 Jan 2025 17:39:28 -0500 Subject: Theme stuff --- hosts/denpa/cgit/custom.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/denpa') diff --git a/hosts/denpa/cgit/custom.css b/hosts/denpa/cgit/custom.css index d55d37f..29a2080 100644 --- a/hosts/denpa/cgit/custom.css +++ b/hosts/denpa/cgit/custom.css @@ -62,6 +62,7 @@ div#cgit span.deletions { --color1: rgba(var(--highlight1), 0.045); --color2: rgba(var(--highlight1), 0.09); --color3: #fef9fa; + --color4: rgba(var(--color3), 0.09); --black: #13090c; --gray0: #393232; --gray1: #777; @@ -81,6 +82,10 @@ a:hover { color: rgb(var(--highlight1)) !important; } +code { + background-color: var(--color1); +} + div#cgit { margin: auto; font-family: monospace; -- cgit v1.2.3-101-g0448