mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
Closes [BUG] Striped table does not work on minified pico css version Yohn/PicoCSS#42
Closes [BUG] Broken burger navbar with dropdown subnav Yohn/PicoCSS#37 2.2.5
This commit is contained in:
parent
d4baa32e0c
commit
03cf59032b
7 changed files with 33 additions and 33 deletions
|
@ -224,7 +224,7 @@
|
|||
<main class="col-12 col-md-9 col-lg-10">
|
||||
<article>
|
||||
<header>
|
||||
<h2>Yohns PicoCSS Fork v2.2.4</h2>
|
||||
<h2>Yohns PicoCSS Fork v2.2.5</h2>
|
||||
<p class="mb-0">Not in npm yet, but will be soon.</p>
|
||||
</header>
|
||||
<p>I've merged some open pull requests from the <a href="https://github.com/picocss/pico">original Pico</a>
|
||||
|
@ -1655,7 +1655,7 @@
|
|||
function changeTheme(newTheme) {
|
||||
const linkElement = document.getElementById('theme-color-ss');
|
||||
if (linkElement) {
|
||||
linkElement.setAttribute('href', 'https://cdn.jsdelivr.net/gh/Yohn/PicoCSS@2.2.4/css/pico.' + newTheme + '.min.css');
|
||||
linkElement.setAttribute('href', 'https://cdn.jsdelivr.net/gh/Yohn/PicoCSS@2.2.5/css/pico.' + newTheme + '.min.css');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue