diff options
Diffstat (limited to 'content')
-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 { |