mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 11:08:30 +02:00
make icons text white
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user