diff options
| author | 2025-01-11 12:40:33 -0500 | |
|---|---|---|
| committer | 2025-01-11 12:40:33 -0500 | |
| commit | 2d35d8e272b4d5725c686be5d2b4436a55fe8141 (patch) | |
| tree | 2a7ba5dc3954e8eb8c2ef9fe7d9d9f2c92c969b8 /hosts/denpa | |
| parent | a6bd778dc3d6652de019f3b96a0c0039628f5339 (diff) | |
| download | dotfiles-2d35d8e272b4d5725c686be5d2b4436a55fe8141.tar.gz dotfiles-2d35d8e272b4d5725c686be5d2b4436a55fe8141.tar.bz2 dotfiles-2d35d8e272b4d5725c686be5d2b4436a55fe8141.zip | |
Update libvirt configs, laptop theme
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); } |