diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-17 00:50:25 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-17 00:50:25 +0200 |
commit | 6d6c4a42d8ead26365fc99d87abfce4189f465e7 (patch) | |
tree | 08ae90ee35d4ebb6747f7807cc8a02ca4e87da26 /static/style.css | |
parent | 88b56386aa9376a5089c6b85b5fc2ff1e2c25aa3 (diff) |
Update css with solarized colors
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
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 ; |