Skip to content

Commit df22e72

Browse files
Fixes #108
1 parent b5ddd38 commit df22e72

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/_styles/components/_wcb.scss

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
/* Website Carbon Badge */
22
@include breakup-breakpoint( "global" ) {
3-
#wcb.wcb-d #wcb_2 {
4-
color: unset !important;
3+
#wcb.carbonbadge {
4+
--b1: #2c2825;
55
}
6-
#wcb #wcb_g {
7-
color: #000;
6+
.dark-mode #wcb.carbonbadge {
7+
--b1: #fff;
8+
}
9+
#wcb.carbonbadge #wcb_g,
10+
#wcb.carbonbadge #wcb_a {
11+
color: #2c2825;
12+
}
13+
.dark-mode #wcb.carbonbadge #wcb_2 {
14+
color: #fff;
815
color: var(--b1);
916
}
1017
}

0 commit comments

Comments
 (0)