mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
Build CSS
This commit is contained in:
parent
e30f662677
commit
a5ebfad495
10 changed files with 146 additions and 146 deletions
42
css/pico.css
42
css/pico.css
|
@ -232,18 +232,18 @@ nav details.dropdown summary:focus-visible {
|
|||
color-scheme: light;
|
||||
--pico-background-color: #fff;
|
||||
--pico-color: #373c44;
|
||||
--pico-text-selection-color: rgba(116, 139, 248, 0.25);
|
||||
--pico-text-selection-color: rgba(136, 145, 164, 0.25);
|
||||
--pico-muted-color: #646b79;
|
||||
--pico-muted-border-color: rgb(231, 234, 239.5);
|
||||
--pico-primary: #2060df;
|
||||
--pico-primary-background: #2060df;
|
||||
--pico-primary: #646b79;
|
||||
--pico-primary-background: #646b79;
|
||||
--pico-primary-border: var(--pico-primary-background);
|
||||
--pico-primary-underline: rgba(32, 96, 223, 0.5);
|
||||
--pico-primary-hover: #184eb8;
|
||||
--pico-primary-hover-background: #1d59d0;
|
||||
--pico-primary-underline: rgba(100, 107, 121, 0.5);
|
||||
--pico-primary-hover: #4d535e;
|
||||
--pico-primary-hover-background: #5c6370;
|
||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||
--pico-primary-focus: rgba(116, 139, 248, 0.5);
|
||||
--pico-primary-focus: rgba(136, 145, 164, 0.5);
|
||||
--pico-primary-inverse: #fff;
|
||||
--pico-secondary: #5d6b89;
|
||||
--pico-secondary-background: #525f7a;
|
||||
|
@ -387,18 +387,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(137, 153, 249, 0.1875);
|
||||
--pico-text-selection-color: rgba(150, 158, 175, 0.1875);
|
||||
--pico-muted-color: #7b8495;
|
||||
--pico-muted-border-color: #202632;
|
||||
--pico-primary: #8999f9;
|
||||
--pico-primary-background: #2060df;
|
||||
--pico-primary: #969eaf;
|
||||
--pico-primary-background: #646b79;
|
||||
--pico-primary-border: var(--pico-primary-background);
|
||||
--pico-primary-underline: rgba(137, 153, 249, 0.5);
|
||||
--pico-primary-hover: #aeb5fb;
|
||||
--pico-primary-hover-background: #3c71f7;
|
||||
--pico-primary-underline: rgba(150, 158, 175, 0.5);
|
||||
--pico-primary-hover: #b3b9c5;
|
||||
--pico-primary-hover-background: #6f7887;
|
||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||
--pico-primary-focus: rgba(137, 153, 249, 0.375);
|
||||
--pico-primary-focus: rgba(150, 158, 175, 0.375);
|
||||
--pico-primary-inverse: #fff;
|
||||
--pico-secondary: #969eaf;
|
||||
--pico-secondary-background: #525f7a;
|
||||
|
@ -542,18 +542,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(137, 153, 249, 0.1875);
|
||||
--pico-text-selection-color: rgba(150, 158, 175, 0.1875);
|
||||
--pico-muted-color: #7b8495;
|
||||
--pico-muted-border-color: #202632;
|
||||
--pico-primary: #8999f9;
|
||||
--pico-primary-background: #2060df;
|
||||
--pico-primary: #969eaf;
|
||||
--pico-primary-background: #646b79;
|
||||
--pico-primary-border: var(--pico-primary-background);
|
||||
--pico-primary-underline: rgba(137, 153, 249, 0.5);
|
||||
--pico-primary-hover: #aeb5fb;
|
||||
--pico-primary-hover-background: #3c71f7;
|
||||
--pico-primary-underline: rgba(150, 158, 175, 0.5);
|
||||
--pico-primary-hover: #b3b9c5;
|
||||
--pico-primary-hover-background: #6f7887;
|
||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||
--pico-primary-focus: rgba(137, 153, 249, 0.375);
|
||||
--pico-primary-focus: rgba(150, 158, 175, 0.375);
|
||||
--pico-primary-inverse: #fff;
|
||||
--pico-secondary: #969eaf;
|
||||
--pico-secondary-background: #525f7a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue