]> git.wh0rd.org - chrome-ext/web-power-switch.git/blobdiff - css/dark.css
add dark/light themes
[chrome-ext/web-power-switch.git] / css / dark.css
diff --git a/css/dark.css b/css/dark.css
new file mode 100644 (file)
index 0000000..0650976
--- /dev/null
@@ -0,0 +1,11 @@
+@charset "utf-8";
+
+/* Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain. */
+
+:root {
+       /* NB: No space after colon. */
+       --theme:dark;
+       --body-color: black;
+       --body-filter: invert(1);
+       --theme-text: '☼';
+}