mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Update CDN CSS url to use 2.2.1
This commit is contained in:
parent
e0abc58a64
commit
cd0d303cef
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue