summary refs log tree commit diff
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-02-20 04:02:39 +0300
committerAzat Bahawi <azat@bahawi.net>2022-02-20 04:02:39 +0300
commit784799c60d65c4f23895f71bacdfed0a8ddb81b8 (patch)
treeeb6e3bae1ccfcb21331f8a2c9e500faf7b67a419
parentfix: remove cringy remark (diff)
fix: white colour
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 2917404..5054a6e 100644
--- a/style.css
+++ b/style.css
@@ -5,7 +5,7 @@
     --cgreen: #b5bd68;
     --cmagenta: #b294bb;
     --cred: #cc6666;
-    --cwhite: #c5c8c6;
+    --cwhite: #ffffff;
     --cyellow: #f0c674;
 }
 

Consider giving Nix/NixOS a try! <3