mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06: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;
|
||||
}
|
||||
|
||||
.extra-info-wrapper & {
|
||||
color: $header-primary !important;
|
||||
}
|
||||
|
||||
&.box {
|
||||
background-color: scale-color($primary, $lightness: 90%);
|
||||
color: scale-color($primary, $lightness: 30%);
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user