mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: improve dark theme styling in header for tags
This commit is contained in:
parent
22214f5e5c
commit
e61be7af13
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue