X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fweb-power-switch.git;a=blobdiff_plain;f=css%2Flight.css;fp=css%2Flight.css;h=9399b81dc0cc327a84ae7fcd13430e15c8e6a9c0;hp=0000000000000000000000000000000000000000;hb=00a6ceea845df36c7596b1922c1989c509226886;hpb=dce75bc9b6a72672cea2bcded0788fd9ea1def43 diff --git a/css/light.css b/css/light.css new file mode 100644 index 0000000..9399b81 --- /dev/null +++ b/css/light.css @@ -0,0 +1,11 @@ +@charset "utf-8"; + +/* Written by Mike Frysinger . Released into the public domain. */ + +:root { + /* NB: No space after colon. */ + --theme:light; + --body-color: white; + --body-filter:; + --theme-text: '☀'; +}