summaryrefslogtreecommitdiff
path: root/js/colors.js
diff options
context:
space:
mode:
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 )