mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
Build CSS
This commit is contained in:
parent
9a9032fd9b
commit
d0e2123642
12 changed files with 168 additions and 168 deletions
|
@ -199,18 +199,18 @@ input:not([type=submit],
|
|||
color-scheme: light;
|
||||
--pico-background-color: #fff;
|
||||
--pico-color: #373c44;
|
||||
--pico-text-selection-color: rgba(210, 122, 1, 0.25);
|
||||
--pico-text-selection-color: rgba(149, 144, 130, 0.25);
|
||||
--pico-muted-color: #646b79;
|
||||
--pico-muted-border-color: rgb(231, 234, 239.5);
|
||||
--pico-primary: #9c5900;
|
||||
--pico-primary-background: #ff9500;
|
||||
--pico-primary: #6e6a60;
|
||||
--pico-primary-background: #ccc6b4;
|
||||
--pico-primary-border: var(--pico-primary-background);
|
||||
--pico-primary-underline: rgba(156, 89, 0, 0.5);
|
||||
--pico-primary-hover: #7a4400;
|
||||
--pico-primary-hover-background: #e48500;
|
||||
--pico-primary-underline: rgba(110, 106, 96, 0.5);
|
||||
--pico-primary-hover: #55524a;
|
||||
--pico-primary-hover-background: #beb8a7;
|
||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||
--pico-primary-focus: rgba(210, 122, 1, 0.5);
|
||||
--pico-primary-focus: rgba(149, 144, 130, 0.5);
|
||||
--pico-primary-inverse: #000;
|
||||
--pico-secondary: #5d6b89;
|
||||
--pico-secondary-background: #525f7a;
|
||||
|
@ -339,18 +339,18 @@ input:not([type=submit],
|
|||
color-scheme: dark;
|
||||
--pico-background-color: rgb(19, 22.5, 30.5);
|
||||
--pico-color: #c2c7d0;
|
||||
--pico-text-selection-color: rgba(228, 133, 0, 0.1875);
|
||||
--pico-text-selection-color: rgba(163, 158, 143, 0.1875);
|
||||
--pico-muted-color: #7b8495;
|
||||
--pico-muted-border-color: #202632;
|
||||
--pico-primary: #e48500;
|
||||
--pico-primary-background: #ff9500;
|
||||
--pico-primary: #a39e8f;
|
||||
--pico-primary-background: #ccc6b4;
|
||||
--pico-primary-border: var(--pico-primary-background);
|
||||
--pico-primary-underline: rgba(228, 133, 0, 0.5);
|
||||
--pico-primary-hover: #ffa23a;
|
||||
--pico-primary-hover-background: #ffa23a;
|
||||
--pico-primary-underline: rgba(163, 158, 143, 0.5);
|
||||
--pico-primary-hover: #beb8a7;
|
||||
--pico-primary-hover-background: #dad4c2;
|
||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||
--pico-primary-focus: rgba(228, 133, 0, 0.375);
|
||||
--pico-primary-focus: rgba(163, 158, 143, 0.375);
|
||||
--pico-primary-inverse: #000;
|
||||
--pico-secondary: #969eaf;
|
||||
--pico-secondary-background: #525f7a;
|
||||
|
@ -469,18 +469,18 @@ input:not([type=submit],
|
|||
color-scheme: dark;
|
||||
--pico-background-color: rgb(19, 22.5, 30.5);
|
||||
--pico-color: #c2c7d0;
|
||||
--pico-text-selection-color: rgba(228, 133, 0, 0.1875);
|
||||
--pico-text-selection-color: rgba(163, 158, 143, 0.1875);
|
||||
--pico-muted-color: #7b8495;
|
||||
--pico-muted-border-color: #202632;
|
||||
--pico-primary: #e48500;
|
||||
--pico-primary-background: #ff9500;
|
||||
--pico-primary: #a39e8f;
|
||||
--pico-primary-background: #ccc6b4;
|
||||
--pico-primary-border: var(--pico-primary-background);
|
||||
--pico-primary-underline: rgba(228, 133, 0, 0.5);
|
||||
--pico-primary-hover: #ffa23a;
|
||||
--pico-primary-hover-background: #ffa23a;
|
||||
--pico-primary-underline: rgba(163, 158, 143, 0.5);
|
||||
--pico-primary-hover: #beb8a7;
|
||||
--pico-primary-hover-background: #dad4c2;
|
||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||
--pico-primary-focus: rgba(228, 133, 0, 0.375);
|
||||
--pico-primary-focus: rgba(163, 158, 143, 0.375);
|
||||
--pico-primary-inverse: #000;
|
||||
--pico-secondary: #969eaf;
|
||||
--pico-secondary-background: #525f7a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue