From e23204e4dc20ec53750a06bf616b73a9bb516fdd Mon Sep 17 00:00:00 2001 From: Kostanjevec Date: Thu, 2 Jun 2022 22:36:26 +0200 Subject: [PATCH] ? --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 6e2a6cd..53497fb 100644 --- a/static/style.css +++ b/static/style.css @@ -12,7 +12,7 @@ html { h1, h2, h3, h4, h5, h6 { font-family: serif; - color: #377ba8; + color: #000000; margin: 1rem 0; } @@ -26,7 +26,7 @@ html { } nav { - background: lightgray; + background: D9D2C6; display: flex; align-items: center; padding: 0 0.5rem;