From eb54ca56c82ae9ac2704673826fa05381c2330e4 Mon Sep 17 00:00:00 2001 From: bloodwiing Date: Tue, 14 May 2024 13:00:45 +0300 Subject: [PATCH] Fix: Category icons losing color --- static/css/base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/base.scss b/static/css/base.scss index d4d2e1f..2096b0d 100644 --- a/static/css/base.scss +++ b/static/css/base.scss @@ -22,7 +22,6 @@ body { } * { - color: white; font-family: "Nunito Sans", sans-serif; font-optical-sizing: auto; font-weight: 300; @@ -32,8 +31,9 @@ body { "YTLC" 500; } -h1, h2, h3, h4, p { +h1, h2, h3, h4, h5, h6, p, span { margin: 0; + color: white; } button {