diff options
Diffstat (limited to 'hosts/denpa')
| -rw-r--r-- | hosts/denpa/cgit/custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/denpa/cgit/custom.css b/hosts/denpa/cgit/custom.css index 29a2080..2bcabe9 100644 --- a/hosts/denpa/cgit/custom.css +++ b/hosts/denpa/cgit/custom.css @@ -82,6 +82,10 @@ a:hover { color: rgb(var(--highlight1)) !important; } +ul { + padding-left: 2rem; +} + code { background-color: var(--color1); } |