Skip to content

Commit aa53324

Browse files
committed
refactor: scope chroma-light theme to data-bs-theme light attribute
1 parent c22653c commit aa53324

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

assets/scss/_code.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
@import 'chroma-light';
1+
[data-bs-theme='light'] {
2+
@import 'chroma-light';
3+
}
24

35
@if $enable-dark-mode {
46
[data-bs-theme='dark'] {

0 commit comments

Comments
 (0)