diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-02-20 04:02:39 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-02-20 04:02:39 +0300 |
commit | 784799c60d65c4f23895f71bacdfed0a8ddb81b8 (patch) | |
tree | eb6e3bae1ccfcb21331f8a2c9e500faf7b67a419 | |
parent | fix: remove cringy remark (diff) |
fix: white colour
-rw-r--r-- | style.css | 2 |
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; } |