]> git.wh0rd.org - chrome-ext/web-power-switch.git/blob - css/light.css
fix dark theme
[chrome-ext/web-power-switch.git] / css / light.css
1 @charset "utf-8";
2
3 /* Written by Mike Frysinger <vapier@gmail.com>. Released into the public domain. */
4
5 :root {
6 /* NB: No space after colon. */
7 --theme:light;
8 --body-color: white;
9 --body-filter:;
10 --theme-text: '☀';
11 }