diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-02-27 11:24:25 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-02-27 11:24:25 -0600 |
| commit | aa35c0542348c206c1d95ba576fd981e18f50a33 (patch) | |
| tree | 780bb22de08c5beab196abd3cebb22f1dc7d4fae /js/colors.js | |
| parent | f2a3c23634c7a5f8c23f68f24ff5dde95d472e16 (diff) | |
| download | assets-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.js | 2 |
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 ) |
