From aa35c0542348c206c1d95ba576fd981e18f50a33 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Thu, 27 Feb 2025 11:24:25 -0600 Subject: Added some javascript stuff --- js/colors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/colors.js') 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 ) -- cgit v1.2.3