Make drafts work with Themes 3
This commit is contained in:
parent
55598d1cad
commit
f41f7c77d9
6 changed files with 14 additions and 21 deletions
|
|
@ -749,9 +749,8 @@ option {
|
|||
margin-top: -1em;
|
||||
}
|
||||
|
||||
&.badge-neutral {
|
||||
background-color: $fallback--cGreen;
|
||||
background-color: var(--badgeNeutral, $fallback--cGreen);
|
||||
&.-neutral {
|
||||
background-color: var(--badgeNeutral);
|
||||
color: white;
|
||||
color: var(--badgeNeutralText, white);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue