Skip to content

Commit 9c151ad

Browse files
committed
Merge branch 'main' into demo
2 parents 12f8c30 + bdf27bc commit 9c151ad

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/scss/examples.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
.tab-content {
14-
background-color: var(--#{$prefix}tertiary-bg);
14+
background-color: rgba(var(--#{$prefix}tertiary-bg-rgb), .75);
1515
}
1616

1717
& + p {
@@ -108,9 +108,3 @@
108108
}
109109
}
110110
}
111-
112-
@include color-mode(dark) {
113-
.example .tab-content {
114-
background-color: var(--#{$prefix}secondary-bg);
115-
}
116-
}

0 commit comments

Comments
 (0)