From 9c97211d8dfafde1cde9446d0ec5b30c10fb80f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 29 Sep 2022 13:13:18 -0400 Subject: [PATCH] lighter icons --- 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 ac5a4ff88d..6f330eb506 100644 --- a/public/scss/generics.scss +++ b/public/scss/generics.scss @@ -75,7 +75,7 @@ @mixin user-icon() { display: inline-block; text-align: center; - color: $gray-300; + color: $gray-200; font-weight: normal; vertical-align: middle; overflow: hidden; /* stops alt text from overflowing past boundaries if image does not load */