mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 22:17:29 +02:00
fixed tag topic count color in ACP
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
.tag-topic-count {
|
||||
border: solid 1px lighten(@brand-primary, 20%);
|
||||
background-color: lighten(@brand-primary, 20%);
|
||||
color: #FFFFFF;
|
||||
padding: .2em .6em .3em;
|
||||
font-size: 75%;
|
||||
font-weight: 700;
|
||||
@@ -41,5 +40,9 @@
|
||||
padding-left: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
|
||||
a {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user