From 784799c60d65c4f23895f71bacdfed0a8ddb81b8 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 20 Feb 2022 04:02:39 +0300 Subject: fix: white colour --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit 1.4.1