From 6f503c95128b6e1503c7b9c9aa3e8ea6d6e8930e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 11 Oct 2022 12:46:07 -0400 Subject: [PATCH] make icons text white --- public/scss/generics.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scss/generics.scss b/public/scss/generics.scss index 3f2a9aa14f..0971333c65 100644 --- a/public/scss/generics.scss +++ b/public/scss/generics.scss @@ -86,7 +86,7 @@ @mixin user-icon() { display: inline-block; text-align: center; - color: $gray-200; + color: $white; font-weight: normal; vertical-align: middle; overflow: hidden; /* stops alt text from overflowing past boundaries if image does not load */