mirror of
https://github.com/discourse/discourse.git
synced 2025-05-10 16:15:13 +08:00
FIX: improve dark theme styling in header for tags
This commit is contained in:
parent
22214f5e5c
commit
e61be7af13
@ -74,10 +74,18 @@ $tag-color: scale-color($primary, $lightness: 40%);
|
|||||||
color: $tag-color;
|
color: $tag-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.extra-info-wrapper & {
|
||||||
|
color: $header-primary !important;
|
||||||
|
}
|
||||||
|
|
||||||
&.box {
|
&.box {
|
||||||
background-color: scale-color($primary, $lightness: 90%);
|
background-color: scale-color($primary, $lightness: 90%);
|
||||||
color: scale-color($primary, $lightness: 30%);
|
color: scale-color($primary, $lightness: 30%);
|
||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
|
.extra-info-wrapper & {
|
||||||
|
background-color: scale-color($header-primary, $lightness: 90%);
|
||||||
|
color: scale-color($header-primary, $lightness: 30%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.simple, &.simple:visited, &.simple:hover {
|
&.simple, &.simple:visited, &.simple:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user