We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0abc58 commit cd0d303Copy full SHA for cd0d303
docs/index.html
@@ -1326,7 +1326,7 @@ <h3>Modal with a Form!</h3>
1326
function changeTheme(newTheme) {
1327
const linkElement = document.getElementById('theme-color-ss');
1328
if (linkElement) {
1329
- 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');
1330
}
1331
1332
0 commit comments