Skip to content

Commit cd0d303

Browse files
committed
Update CDN CSS url to use 2.2.1
1 parent e0abc58 commit cd0d303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ <h3>Modal with a Form!</h3>
13261326
function changeTheme(newTheme) {
13271327
const linkElement = document.getElementById('theme-color-ss');
13281328
if (linkElement) {
1329-
linkElement.setAttribute('href', 'https://cdn.jsdelivr.net/gh/Yohn/PicoCSS/css/pico.' + newTheme + '.min.css');
1329+
linkElement.setAttribute('href', 'https://cdn.jsdelivr.net/gh/Yohn/PicoCSS@2.2.1/css/pico.' + newTheme + '.min.css');
13301330
}
13311331
}
13321332

0 commit comments

Comments
 (0)