mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 17:52:03 +08:00
FIX: like badges should respect bronze/silver/gold colors
This commit is contained in:
parent
e763337f87
commit
aec88dc443
@ -163,15 +163,15 @@
|
||||
}
|
||||
|
||||
&.badge-type-gold .fa {
|
||||
color: #ffd700;
|
||||
color: #ffd700 !important;
|
||||
}
|
||||
|
||||
&.badge-type-silver .fa {
|
||||
color: #c0c0c0;
|
||||
color: #c0c0c0 !important;
|
||||
}
|
||||
|
||||
&.badge-type-bronze .fa {
|
||||
color: #cd7f32;
|
||||
color: #cd7f32 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user