diff options
author | sanine <sanine.not@pm.me> | 2022-12-19 03:53:02 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-12-19 03:53:02 -0600 |
commit | 1580b6b03ca6d9e9aae6efad15b53af0e2130535 (patch) | |
tree | 9e1edfb2cec964e3e1e1c1dd4fbec25a91d87cb9 /site_root/cgit.css | |
parent | fd6c5a409deb861ea29cfe33b3929df7973b3b61 (diff) |
add new blog post
Diffstat (limited to 'site_root/cgit.css')
-rw-r--r-- | site_root/cgit.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/site_root/cgit.css b/site_root/cgit.css index 0f9e5a3..9242499 100644 --- a/site_root/cgit.css +++ b/site_root/cgit.css @@ -1,14 +1,14 @@ :root { --light: #eee; --dark: #1c1c1c; - --highlight: #ff3a21 + --highlight: #f5ae2e; } body { color: var(--light); background: var(--dark); font-family: monospace; - font-size: 16px; + font-size: 14px; } #navigation { @@ -49,6 +49,10 @@ code { border-radius: 4px; } +pre code { + padding: 0; +} + /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * |