Make drafts work with Themes 3

This commit is contained in:
tusooa 2024-03-27 18:59:32 -04:00
commit f41f7c77d9
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
6 changed files with 14 additions and 21 deletions

View file

@ -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);
}