From b49eef0b933dfb4edf968737ba2886cd23f5db5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Sun, 11 May 2025 19:17:58 +0300 Subject: [PATCH] Change color scheme --- styles/Program.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/Program.module.scss b/styles/Program.module.scss index 5aefffb..d7b443b 100644 --- a/styles/Program.module.scss +++ b/styles/Program.module.scss @@ -55,12 +55,12 @@ a { color: #2f273e; - text-decoration-color: #bd2626; + text-decoration-color: #7e54e7; } } .locationName { - color: #bd2626; + color: #7e54e7; } .timeSpan {