mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:57:36 +08:00
Merge pull request #3564 from awesomerobot/master
fixing category selector background color (to match button bg)
This commit is contained in:
commit
e0ac3529d1
|
@ -171,12 +171,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
li.bar>.badge-category {
|
li.bar>.badge-category {
|
||||||
background: dark-light-diff($primary, $secondary, 95%, -65%) !important;
|
background: dark-light-diff($primary, $secondary, 90%, -65%) !important;
|
||||||
color: $primary !important;
|
color: $primary !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.bullet>.badge-category {
|
li.bullet>.badge-category {
|
||||||
background: dark-light-diff($primary, $secondary, 95%, -65%) !important;
|
background: dark-light-diff($primary, $secondary, 90%, -65%) !important;
|
||||||
color: $primary !important;
|
color: $primary !important;
|
||||||
|
|
||||||
.badge-category-bg {
|
.badge-category-bg {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user