From 56cea57618b69145adbe125b20acb14d6ef9469c Mon Sep 17 00:00:00 2001 From: j Date: Wed, 16 Aug 2023 17:31:51 +0200 Subject: [PATCH] use off white for links --- app/static/css/site.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/static/css/site.scss b/app/static/css/site.scss index 49fceb3..8140700 100644 --- a/app/static/css/site.scss +++ b/app/static/css/site.scss @@ -1,3 +1,6 @@ +:root { + --fg: rgb(240, 240, 240); +} header, footer { max-width: 1000px; padding-top: 16px; @@ -35,7 +38,7 @@ header { a { text-decoration: none; - color: white; + color: var(--fg); h1 { text-decoration: underline; }