Files
Polaris/static/assets/css/themes.css
T
Russell2259 3cfe810a51 save
2023-05-02 21:23:27 -06:00

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;
}