9 lines
181 B
CSS
9 lines
181 B
CSS
/*
|
|
Here is the theme template.
|
|
Make sure there is a space between the theme selector and the target.
|
|
*/
|
|
|
|
body[data-theme='dark'] {
|
|
--background-color: #000;
|
|
--text: #fff;
|
|
} |