Skip to content

Commit

Permalink
feat: adding data theme light attribute to stylesheet to provide dyna…
Browse files Browse the repository at this point in the history
…mic theming (#627)
  • Loading branch information
georgewrmarshall authored Feb 16, 2024
1 parent 0301a5a commit 2ca9e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/design-tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* theme compatible styles
*/

:root {
:root,
[data-theme='light'] {
--brand-colors-white-white000: #ffffff;
--brand-colors-white-white010: #fcfcfc;
--brand-colors-black-black000: #000000;
Expand Down

0 comments on commit 2ca9e96

Please sign in to comment.