From b715251f8ed8e63a62ffb750632b59dd1131c762 Mon Sep 17 00:00:00 2001 From: lauralani Date: Thu, 24 Aug 2023 09:46:59 +0200 Subject: [PATCH] update styles --- index.html | 1 + static/style.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 43753a8..63e1364 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ + diff --git a/static/style.css b/static/style.css index 916669c..a9644c5 100644 --- a/static/style.css +++ b/static/style.css @@ -15,7 +15,7 @@ body { font-size: 1.4em; line-height: 1.4; max-width: 40em; - background: #35155D; + background: #323232; color: whitesmoke; font-family: 'Open Sans', sans-serif; } @@ -32,7 +32,7 @@ h1, h2, h3 { margin-left: 15px; - color: #8CABFF; + color: #94b4da; } h1 {