make icons text white

This commit is contained in:
Barış Soner Uşaklı
2022-10-11 12:46:07 -04:00
parent bc772a8303
commit 6f503c9512

View File

@@ -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 */