Use neutral badge for drafts

This commit is contained in:
tusooa 2023-04-06 12:35:51 -04:00
commit b27f696d77
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
5 changed files with 24 additions and 1 deletions

View file

@ -748,6 +748,13 @@ option {
margin-left: 0.7em;
margin-top: -1em;
}
&.badge-neutral {
background-color: $fallback--cGreen;
background-color: var(--badgeNeutral, $fallback--cGreen);
color: white;
color: var(--badgeNeutralText, white);
}
}
.alert {