summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 20aabc3..f9bf20d 100644
--- a/index.html
+++ b/index.html
@@ -15,10 +15,10 @@
 
 	 @media (prefers-color-scheme: light) {
 	     :root {
-		 --background: #FFFFFF;
+		 --background: #FFFCFF;
 		 --foreground: #282629;
-		 --blue: #66BFFF;
-		 --purple: #CC78FA;
+		 --blue: #53A6E1;
+		 --purple: #BF65F0;
 	     }
 	 }