From cd0d303cef23dbb54e6731e708f890c4149d4dee Mon Sep 17 00:00:00 2001 From: Yohn Date: Sat, 21 Dec 2024 11:14:49 -0500 Subject: [PATCH] Update CDN CSS url to use 2.2.1 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 97f6eea5..192c7308 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1326,7 +1326,7 @@ function changeTheme(newTheme) { const linkElement = document.getElementById('theme-color-ss'); if (linkElement) { - linkElement.setAttribute('href', 'https://cdn.jsdelivr.net/gh/Yohn/PicoCSS/css/pico.' + newTheme + '.min.css'); + linkElement.setAttribute('href', 'https://cdn.jsdelivr.net/gh/Yohn/PicoCSS@2.2.1/css/pico.' + newTheme + '.min.css'); } }