diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-26 14:14:58 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-26 14:14:58 +0200 |
commit | 15d78464ba9a717a71e1dc47a4101c8b13ec6581 (patch) | |
tree | 43def89ffd6e9c2ff80e7f7eeecec6fcf18c4e92 /content/style.css | |
parent | 0a18eae178a23e7f7bfd88c37502e5e8c1fdf64a (diff) | |
download | metamuffin-blog-15d78464ba9a717a71e1dc47a4101c8b13ec6581.tar metamuffin-blog-15d78464ba9a717a71e1dc47a4101c8b13ec6581.tar.bz2 metamuffin-blog-15d78464ba9a717a71e1dc47a4101c8b13ec6581.tar.zst |
syntax highlighting with syntect
Diffstat (limited to 'content/style.css')
-rw-r--r-- | content/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/style.css b/content/style.css index 15ea9b8..3e19951 100644 --- a/content/style.css +++ b/content/style.css @@ -1,8 +1,8 @@ @import url("https://s.metamuffin.org/static/font-ubuntu/include.css"); :root { - --bg2: #202020; - --bg1: #101010; + --bg2: #141414; + --bg1: #060606; } body { |