summaryrefslogtreecommitdiff
path: root/js/colors.js
diff options
context:
space:
mode:
authorChris Wells <chris@mathematicaster.org>2025-02-27 11:24:25 -0600
committerChris Wells <chris@mathematicaster.org>2025-02-27 11:24:25 -0600
commitaa35c0542348c206c1d95ba576fd981e18f50a33 (patch)
tree780bb22de08c5beab196abd3cebb22f1dc7d4fae /js/colors.js
parentf2a3c23634c7a5f8c23f68f24ff5dde95d472e16 (diff)
downloadassets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar.gz
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar.bz2
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar.lz
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar.xz
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar.zst
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.zip
Added some javascript stuff
Diffstat (limited to 'js/colors.js')
-rw-r--r--js/colors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/colors.js b/js/colors.js
index 158ad52..2cc6a18 100644
--- a/js/colors.js
+++ b/js/colors.js
@@ -1,4 +1,4 @@
-// @license http://www.wtfpl.net/txt/copying/" WTFPL
+// @license "http://www.wtfpl.net/txt/copying/" WTFPL
if ( localStorage.getItem("color-mode") === "dark" ||
( !localStorage.getItem("color-mode") && window.matchMedia('(prefers-color-scheme: dark)').matches )