Skip to content

Commit 95e1f7e

Browse files
committed
Fix beta badge color in dark mode
1 parent 95a7a8d commit 95e1f7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docusaurus/src/scss/badge.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,9 @@ h2 .badge {
646646
&--alpha,
647647
&--beta,
648648
&--featureflag,
649-
&--version {
650-
--custom-badge-background-color: var(--strapi-neutral-100);
649+
&--version,
650+
&--inline {
651+
--custom-badge-background-color: var(--strapi-neutral-100) !important;
651652
--custom-badge-border-color: var(--strapi-neutral-200);
652653
}
653654
&--beta {

0 commit comments

Comments
 (0)