From 8477f9ae269df5b3c072adbb762bfd76a4c240bc Mon Sep 17 00:00:00 2001 From: Gabriel Copat <copatg@cardiff.ac.uk> Date: Thu, 7 Dec 2023 13:51:20 +0000 Subject: [PATCH] Fixed colour scheme --- src/main/resources/static/css/userProfile2.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/css/userProfile2.css b/src/main/resources/static/css/userProfile2.css index 513d05a2..0728cbc6 100644 --- a/src/main/resources/static/css/userProfile2.css +++ b/src/main/resources/static/css/userProfile2.css @@ -25,9 +25,9 @@ } @media (prefers-color-scheme: light) { - --primary-darker: hsl(141, 100%, 10%); - --primary-dark: hsl(131, 33%, 20%); - --primary-colour: hsl(128, 100%, 30%); + --primary-darker: hsl(272, 100%, 10%); + --primary-dark: hsl(271, 100%, 20%); + --primary-colour: hsl(271, 100%, 30%); --primary-light: hsl(271, 100%, 40%); --primary-lighter: hsl(271, 100%, 50%); @@ -37,6 +37,8 @@ --accent-shadow: rgba(0, 0, 0, 0.7) 0 0.5em 1em -0.5em; + color: white; + } } -- GitLab