Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 2ca9e96

Browse files
feat: adding data theme light attribute to stylesheet to provide dynamic theming (#627)
1 parent 0301a5a commit 2ca9e96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/design-tokens.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
* theme compatible styles
66
*/
77

8-
:root {
8+
:root,
9+
[data-theme='light'] {
910
--brand-colors-white-white000: #ffffff;
1011
--brand-colors-white-white010: #fcfcfc;
1112
--brand-colors-black-black000: #000000;

0 commit comments

Comments
 (0)