diff --git a/src/main/resources/static/css/userProfile2.css b/src/main/resources/static/css/userProfile2.css
index 513d05a202af6653e101167936ba24120a076507..0728cbc6e973473051420fd817d243d5d484c489 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;
+
 
     }
 }