Files
Polaris/static/assets/css/themes.css
T
2023-05-01 19:59:35 -06:00

8 lines
183 B
CSS

/*
Here is the theme template.
Make sure there is a space between the theme selector and the target.
*/
body[data-theme="theme name"] .exampleclass {
content: 'examplecontent';
}