]> git.wh0rd.org - chrome-ext/web-power-switch.git/blob - light.css
9399b81dc0cc327a84ae7fcd13430e15c8e6a9c0
[chrome-ext/web-power-switch.git] / 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 }