diff --git a/src/App.scss b/src/App.scss
index c38c2e53..67e40540 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -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);
}
diff --git a/src/components/draft/draft.vue b/src/components/draft/draft.vue
index daa890d8..d9d35612 100644
--- a/src/components/draft/draft.vue
+++ b/src/components/draft/draft.vue
@@ -72,18 +72,14 @@