From 5debcfd7ba5dadd13ff2c1af9f7892c11cebde28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Cort=C3=A9s?= Date: Sun, 16 Jun 2019 00:50:26 -0400 Subject: [PATCH] :c --- custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.css b/custom.css index 8f5ccf3..8f48505 100644 --- a/custom.css +++ b/custom.css @@ -4,7 +4,7 @@ --b3-color: #89DDFF; --b2-color: #FFCB6B; --b1-color: #FF5370; - --b0-color: #000000; + --b0-color: #FF5370; } body { background: var(--bg-color);