From 266bebc813968a6a3572edf169487813988b63aa Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 30 Sep 2023 14:00:22 +0200 Subject: [PATCH] Theming --- static/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 6ebc251..6f7dac3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2,6 +2,7 @@ html { font-family: system-ui, sans-serif; + background-color: #fbfefb; } h1, h2, h3, h4, h5, h6 { @@ -31,7 +32,7 @@ h2 { } a:link, a:visited { - color: #05bf85; + color: rgb(0, 108, 172); text-decoration: none; } @@ -40,7 +41,7 @@ li { } a:hover, a:active { - color:green; + color:seagreen; } .banner div {