diff options
| author | 2025-01-01 17:39:28 -0500 | |
|---|---|---|
| committer | 2025-01-01 17:39:28 -0500 | |
| commit | 4849fc6e811f9aaa02a63d102f60d356365cd2bb (patch) | |
| tree | a45fdd1065b1b6052283e257e19123696b548671 /hosts/denpa | |
| parent | 8ed2c4a005c634e9d4a2aa5e31f40901def3adda (diff) | |
| download | dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.tar.gz dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.tar.bz2 dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.zip | |
Theme stuff
Diffstat (limited to 'hosts/denpa')
| -rw-r--r-- | hosts/denpa/cgit/custom.css | 5 |
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; |