summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSri Aspari <mail@siarie.me>2021-08-15 17:04:32 +0700
committerSri Aspari <mail@siarie.me>2021-08-15 17:04:32 +0700
commit24e3a5bb76ec26f864ae45733411f5d0c75fe91a (patch)
tree68f2e6b73f6af6c622737ef6f2c24001ca11cf07
parent3de5af4c1eefb779c64213ffa6ed4e9c28aaca28 (diff)
downloadsiarie.me-24e3a5bb76ec26f864ae45733411f5d0c75fe91a.tar.gz
Fix background color HEAD master
-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;
 	     }
 	 }