From 6d6c4a42d8ead26365fc99d87abfce4189f465e7 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 17 Aug 2022 00:50:25 +0200 Subject: Update css with solarized colors --- static/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index df4b7ed..2de43b0 100644 --- a/static/style.css +++ b/static/style.css @@ -1,11 +1,11 @@ body { - background: #033 ; + background: #073642 ; color: brown ; max-width: 850px ; margin: auto ; padding: 0 16px ; margin-bottom: 500px ; - scrollbar-color: gray #151515; + scrollbar-color: #151515 ; font-family: sans-serif ; } @@ -15,7 +15,7 @@ main { } main > article { - background: #88afa2 ; + background: #EEE8D5 ; color: #151515 ; margin-bottom: 0 ; padding: 3.5em ; @@ -49,7 +49,7 @@ h2 { footer { max-width: 300px ; - background: #88afa2 ; + background: #EEE8D5 ; margin-left: auto ; margin-right: auto ; margin-top: -4px ; -- cgit v1.2.3-70-g09d2