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:
Yohn 2025-01-17 04:58:40 -05:00
parent d4baa32e0c
commit 03cf59032b
7 changed files with 33 additions and 33 deletions

View file

@ -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');
}
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.2.4 (https://github.com/Yohn/PicoCSS)
* Pico CSS v2.2.5 (https://github.com/Yohn/PicoCSS)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -236,18 +236,18 @@ nav details.dropdown summary:focus-visible {
color-scheme: light;
--pico-background-color: #fff;
--pico-color: #373c44;
--pico-text-selection-color: rgba(5, 162, 162, 0.25);
--pico-text-selection-color: rgba(148, 134, 225, 0.25);
--pico-muted-color: #646b79;
--pico-muted-border-color: rgb(231, 234, 239.5);
--pico-primary: #047878;
--pico-primary-background: #047878;
--pico-primary: #655cd6;
--pico-primary-background: #524ed2;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(4, 120, 120, 0.5);
--pico-primary-hover: #025d5d;
--pico-primary-hover-background: #046a6a;
--pico-primary-underline: rgba(101, 92, 214, 0.5);
--pico-primary-hover: #4040bf;
--pico-primary-hover-background: #4040bf;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(5, 162, 162, 0.5);
--pico-primary-focus: rgba(148, 134, 225, 0.5);
--pico-primary-inverse: #fff;
--pico-secondary: #5d6b89;
--pico-secondary-background: #525f7a;
@ -391,18 +391,18 @@ nav details.dropdown summary:focus-visible {
color-scheme: dark;
--pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0;
--pico-text-selection-color: rgba(10, 177, 177, 0.1875);
--pico-text-selection-color: rgba(162, 148, 229, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #0ab1b1;
--pico-primary-background: #047878;
--pico-primary: #a294e5;
--pico-primary-background: #524ed2;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(10, 177, 177, 0.5);
--pico-primary-hover: #0ccece;
--pico-primary-hover-background: #058686;
--pico-primary-underline: rgba(162, 148, 229, 0.5);
--pico-primary-hover: #bdb2ec;
--pico-primary-hover-background: #655cd6;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(10, 177, 177, 0.375);
--pico-primary-focus: rgba(162, 148, 229, 0.375);
--pico-primary-inverse: #fff;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;
@ -546,18 +546,18 @@ nav details.dropdown summary:focus-visible {
color-scheme: dark;
--pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0;
--pico-text-selection-color: rgba(10, 177, 177, 0.1875);
--pico-text-selection-color: rgba(162, 148, 229, 0.1875);
--pico-muted-color: #7b8495;
--pico-muted-border-color: #202632;
--pico-primary: #0ab1b1;
--pico-primary-background: #047878;
--pico-primary: #a294e5;
--pico-primary-background: #524ed2;
--pico-primary-border: var(--pico-primary-background);
--pico-primary-underline: rgba(10, 177, 177, 0.5);
--pico-primary-hover: #0ccece;
--pico-primary-hover-background: #058686;
--pico-primary-underline: rgba(162, 148, 229, 0.5);
--pico-primary-hover: #bdb2ec;
--pico-primary-hover-background: #655cd6;
--pico-primary-hover-border: var(--pico-primary-hover-background);
--pico-primary-hover-underline: var(--pico-primary-hover);
--pico-primary-focus: rgba(10, 177, 177, 0.375);
--pico-primary-focus: rgba(162, 148, 229, 0.375);
--pico-primary-inverse: #fff;
--pico-secondary: #969eaf;
--pico-secondary-background: #525f7a;

4
docs/pico.min.css vendored

File diff suppressed because one or more lines are too long