diff options
Diffstat (limited to 'hosts/denpa/cgit')
| -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; |