summaryrefslogtreecommitdiff
path: root/hosts/denpa
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-01 17:39:28 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-01 17:39:28 -0500
commit4849fc6e811f9aaa02a63d102f60d356365cd2bb (patch)
treea45fdd1065b1b6052283e257e19123696b548671 /hosts/denpa
parent8ed2c4a005c634e9d4a2aa5e31f40901def3adda (diff)
downloaddotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.tar.gz
dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.tar.bz2
dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.zip
Theme stuff
Diffstat (limited to 'hosts/denpa')
-rw-r--r--hosts/denpa/cgit/custom.css5
1 files changed, 5 insertions, 0 deletions
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;