chore: build

This commit is contained in:
Lucas Larroche 2025-03-09 13:14:52 +07:00
parent d2338228ed
commit ae9f842ece
238 changed files with 4413 additions and 1458 deletions

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -46,27 +47,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -224,7 +230,8 @@ details summary[role=button]:not(.outline)::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(183, 136, 0, 0.25); --pico-text-selection-color: rgba(183, 136, 0, 0.25);
@ -339,12 +346,19 @@ details summary[role=button]:not(.outline)::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(199, 148, 0, 0.1875); --pico-text-selection-color: rgba(199, 148, 0, 0.1875);
@ -453,16 +467,28 @@ details summary[role=button]:not(.outline)::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
:root:not([data-theme]) details summary[role=button].contrast:not(.outline)::after { :root:not([data-theme]) details summary[role=button].contrast:not(.outline)::after,
:host(:not([data-theme])) details summary[role=button].contrast:not(.outline)::after {
filter: brightness(0); filter: brightness(0);
} }
:root:not([data-theme]) [aria-busy=true]:not(input, select, textarea).contrast:is(button, :root:not([data-theme]) [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit], [type=submit],
[type=button], [type=button],
[type=reset], [type=reset],
[role=button]):not(.outline)::before,
:host(:not([data-theme])) [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit],
[type=button],
[type=reset],
[role=button]):not(.outline)::before { [role=button]):not(.outline)::before {
filter: brightness(0); filter: brightness(0);
} }
@ -614,7 +640,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -1154,7 +1181,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -2309,7 +2337,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -46,27 +47,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -224,7 +230,8 @@ details summary[role=button]:not(.outline)::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(116, 139, 248, 0.25); --pico-text-selection-color: rgba(116, 139, 248, 0.25);
@ -339,12 +346,19 @@ details summary[role=button]:not(.outline)::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(137, 153, 249, 0.1875); --pico-text-selection-color: rgba(137, 153, 249, 0.1875);
@ -453,16 +467,28 @@ details summary[role=button]:not(.outline)::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
:root:not([data-theme]) details summary[role=button].contrast:not(.outline)::after { :root:not([data-theme]) details summary[role=button].contrast:not(.outline)::after,
:host(:not([data-theme])) details summary[role=button].contrast:not(.outline)::after {
filter: brightness(0); filter: brightness(0);
} }
:root:not([data-theme]) [aria-busy=true]:not(input, select, textarea).contrast:is(button, :root:not([data-theme]) [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit], [type=submit],
[type=button], [type=button],
[type=reset], [type=reset],
[role=button]):not(.outline)::before,
:host(:not([data-theme])) [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit],
[type=button],
[type=reset],
[role=button]):not(.outline)::before { [role=button]):not(.outline)::before {
filter: brightness(0); filter: brightness(0);
} }
@ -614,7 +640,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -1154,7 +1181,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -2309,7 +2337,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(183, 136, 0, 0.25); --pico-text-selection-color: rgba(183, 136, 0, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(199, 148, 0, 0.1875); --pico-text-selection-color: rgba(199, 148, 0, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(116, 139, 248, 0.25); --pico-text-selection-color: rgba(116, 139, 248, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(137, 153, 249, 0.1875); --pico-text-selection-color: rgba(137, 153, 249, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(183, 136, 0, 0.25); --pico-text-selection-color: rgba(183, 136, 0, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(199, 148, 0, 0.1875); --pico-text-selection-color: rgba(199, 148, 0, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(116, 139, 248, 0.25); --pico-text-selection-color: rgba(116, 139, 248, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(137, 153, 249, 0.1875); --pico-text-selection-color: rgba(137, 153, 249, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(5, 162, 162, 0.25); --pico-text-selection-color: rgba(5, 162, 162, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(10, 177, 177, 0.1875); --pico-text-selection-color: rgba(10, 177, 177, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(247, 72, 183, 0.25); --pico-text-selection-color: rgba(247, 72, 183, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(248, 105, 191, 0.1875); --pico-text-selection-color: rgba(248, 105, 191, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(71, 164, 23, 0.25); --pico-text-selection-color: rgba(71, 164, 23, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(78, 179, 27, 0.1875); --pico-text-selection-color: rgba(78, 179, 27, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(145, 145, 145, 0.25); --pico-text-selection-color: rgba(145, 145, 145, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(158, 158, 158, 0.1875); --pico-text-selection-color: rgba(158, 158, 158, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(148, 134, 225, 0.25); --pico-text-selection-color: rgba(148, 134, 225, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(162, 148, 229, 0.1875); --pico-text-selection-color: rgba(162, 148, 229, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(0, 166, 110, 0.25); --pico-text-selection-color: rgba(0, 166, 110, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(0, 180, 120, 0.1875); --pico-text-selection-color: rgba(0, 180, 120, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(119, 156, 0, 0.25); --pico-text-selection-color: rgba(119, 156, 0, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(130, 171, 0, 0.1875); --pico-text-selection-color: rgba(130, 171, 0, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(244, 93, 44, 0.25); --pico-text-selection-color: rgba(244, 93, 44, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(245, 107, 61, 0.1875); --pico-text-selection-color: rgba(245, 107, 61, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(246, 84, 126, 0.25); --pico-text-selection-color: rgba(246, 84, 126, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(247, 112, 142, 0.1875); --pico-text-selection-color: rgba(247, 112, 142, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(210, 122, 1, 0.25); --pico-text-selection-color: rgba(210, 122, 1, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(228, 133, 0, 0.1875); --pico-text-selection-color: rgba(228, 133, 0, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(205, 104, 224, 0.25); --pico-text-selection-color: rgba(205, 104, 224, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(212, 125, 228, 0.1875); --pico-text-selection-color: rgba(212, 125, 228, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(240, 96, 72, 0.25); --pico-text-selection-color: rgba(240, 96, 72, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(241, 121, 97, 0.1875); --pico-text-selection-color: rgba(241, 121, 97, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(149, 144, 130, 0.25); --pico-text-selection-color: rgba(149, 144, 130, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(163, 158, 143, 0.1875); --pico-text-selection-color: rgba(163, 158, 143, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(129, 145, 181, 0.25); --pico-text-selection-color: rgba(129, 145, 181, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(144, 158, 190, 0.1875); --pico-text-selection-color: rgba(144, 158, 190, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(167, 128, 212, 0.25); --pico-text-selection-color: rgba(167, 128, 212, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(178, 144, 217, 0.1875); --pico-text-selection-color: rgba(178, 144, 217, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(158, 146, 0, 0.25); --pico-text-selection-color: rgba(158, 146, 0, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(173, 159, 0, 0.1875); --pico-text-selection-color: rgba(173, 159, 0, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ input:not([type=submit],
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(136, 145, 164, 0.25); --pico-text-selection-color: rgba(136, 145, 164, 0.25);
@ -301,12 +308,19 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(150, 158, 175, 0.1875); --pico-text-selection-color: rgba(150, 158, 175, 0.1875);
@ -410,6 +424,12 @@ input:not([type=submit],
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ input:not([type=submit],
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(2, 154, 232, 0.25); --pico-text-selection-color: rgba(2, 154, 232, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(1, 170, 255, 0.1875); --pico-text-selection-color: rgba(1, 170, 255, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(5, 162, 162, 0.25); --pico-text-selection-color: rgba(5, 162, 162, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(10, 177, 177, 0.1875); --pico-text-selection-color: rgba(10, 177, 177, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(247, 72, 183, 0.25); --pico-text-selection-color: rgba(247, 72, 183, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(248, 105, 191, 0.1875); --pico-text-selection-color: rgba(248, 105, 191, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(71, 164, 23, 0.25); --pico-text-selection-color: rgba(71, 164, 23, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(78, 179, 27, 0.1875); --pico-text-selection-color: rgba(78, 179, 27, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(145, 145, 145, 0.25); --pico-text-selection-color: rgba(145, 145, 145, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(158, 158, 158, 0.1875); --pico-text-selection-color: rgba(158, 158, 158, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(148, 134, 225, 0.25); --pico-text-selection-color: rgba(148, 134, 225, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(162, 148, 229, 0.1875); --pico-text-selection-color: rgba(162, 148, 229, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(0, 166, 110, 0.25); --pico-text-selection-color: rgba(0, 166, 110, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(0, 180, 120, 0.1875); --pico-text-selection-color: rgba(0, 180, 120, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(119, 156, 0, 0.25); --pico-text-selection-color: rgba(119, 156, 0, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(130, 171, 0, 0.1875); --pico-text-selection-color: rgba(130, 171, 0, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(244, 93, 44, 0.25); --pico-text-selection-color: rgba(244, 93, 44, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(245, 107, 61, 0.1875); --pico-text-selection-color: rgba(245, 107, 61, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(246, 84, 126, 0.25); --pico-text-selection-color: rgba(246, 84, 126, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(247, 112, 142, 0.1875); --pico-text-selection-color: rgba(247, 112, 142, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(210, 122, 1, 0.25); --pico-text-selection-color: rgba(210, 122, 1, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(228, 133, 0, 0.1875); --pico-text-selection-color: rgba(228, 133, 0, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(205, 104, 224, 0.25); --pico-text-selection-color: rgba(205, 104, 224, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(212, 125, 228, 0.1875); --pico-text-selection-color: rgba(212, 125, 228, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(240, 96, 72, 0.25); --pico-text-selection-color: rgba(240, 96, 72, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(241, 121, 97, 0.1875); --pico-text-selection-color: rgba(241, 121, 97, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(149, 144, 130, 0.25); --pico-text-selection-color: rgba(149, 144, 130, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(163, 158, 143, 0.1875); --pico-text-selection-color: rgba(163, 158, 143, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(129, 145, 181, 0.25); --pico-text-selection-color: rgba(129, 145, 181, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(144, 158, 190, 0.1875); --pico-text-selection-color: rgba(144, 158, 190, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(167, 128, 212, 0.25); --pico-text-selection-color: rgba(167, 128, 212, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(178, 144, 217, 0.1875); --pico-text-selection-color: rgba(178, 144, 217, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(158, 146, 0, 0.25); --pico-text-selection-color: rgba(158, 146, 0, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(173, 159, 0, 0.1875); --pico-text-selection-color: rgba(173, 159, 0, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -44,27 +45,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -191,7 +197,8 @@ details summary[role=button]::after {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(136, 145, 164, 0.25); --pico-text-selection-color: rgba(136, 145, 164, 0.25);
@ -301,12 +308,19 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(150, 158, 175, 0.1875); --pico-text-selection-color: rgba(150, 158, 175, 0.1875);
@ -410,6 +424,12 @@ details summary[role=button]::after {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@ -546,7 +566,8 @@ progress,
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -988,7 +1009,8 @@ img {
fill: currentColor; fill: currentColor;
} }
svg:not(:root) { svg:not(:root),
svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -1983,7 +2005,8 @@ a[aria-busy=true] {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,8 @@
* Pico CSS v2.0.6 (https://picocss.com) * Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
:root { :root,
:host {
--pico-color-red-950: #1c0d06; --pico-color-red-950: #1c0d06;
--pico-color-red-900: #30130a; --pico-color-red-900: #30130a;
--pico-color-red-850: #45150c; --pico-color-red-850: #45150c;

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -46,27 +47,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -224,7 +230,8 @@ nav details.dropdown summary:focus-visible {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(183, 136, 0, 0.25); --pico-text-selection-color: rgba(183, 136, 0, 0.25);
@ -339,12 +346,19 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(199, 148, 0, 0.1875); --pico-text-selection-color: rgba(199, 148, 0, 0.1875);
@ -453,16 +467,28 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after { :root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after,
:host(:not([data-theme])) .pico details summary[role=button].contrast:not(.outline)::after {
filter: brightness(0); filter: brightness(0);
} }
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button, :root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit], [type=submit],
[type=button], [type=button],
[type=reset], [type=reset],
[role=button]):not(.outline)::before,
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit],
[type=button],
[type=reset],
[role=button]):not(.outline)::before { [role=button]):not(.outline)::before {
filter: brightness(0); filter: brightness(0);
} }
@ -614,7 +640,8 @@ nav details.dropdown summary:focus-visible {
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -1154,7 +1181,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -2309,7 +2337,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -46,27 +47,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -224,7 +230,8 @@ nav details.dropdown summary:focus-visible {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(116, 139, 248, 0.25); --pico-text-selection-color: rgba(116, 139, 248, 0.25);
@ -339,12 +346,19 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(137, 153, 249, 0.1875); --pico-text-selection-color: rgba(137, 153, 249, 0.1875);
@ -453,16 +467,28 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after { :root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after,
:host(:not([data-theme])) .pico details summary[role=button].contrast:not(.outline)::after {
filter: brightness(0); filter: brightness(0);
} }
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button, :root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit], [type=submit],
[type=button], [type=button],
[type=reset], [type=reset],
[role=button]):not(.outline)::before,
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit],
[type=button],
[type=reset],
[role=button]):not(.outline)::before { [role=button]):not(.outline)::before {
filter: brightness(0); filter: brightness(0);
} }
@ -614,7 +640,8 @@ nav details.dropdown summary:focus-visible {
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -1154,7 +1181,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -2309,7 +2337,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -46,27 +47,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -224,7 +230,8 @@ nav details.dropdown summary:focus-visible {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(2, 154, 232, 0.25); --pico-text-selection-color: rgba(2, 154, 232, 0.25);
@ -339,12 +346,19 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(1, 170, 255, 0.1875); --pico-text-selection-color: rgba(1, 170, 255, 0.1875);
@ -453,16 +467,28 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after { :root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after,
:host(:not([data-theme])) .pico details summary[role=button].contrast:not(.outline)::after {
filter: brightness(0); filter: brightness(0);
} }
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button, :root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit], [type=submit],
[type=button], [type=button],
[type=reset], [type=reset],
[role=button]):not(.outline)::before,
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit],
[type=button],
[type=reset],
[role=button]):not(.outline)::before { [role=button]):not(.outline)::before {
filter: brightness(0); filter: brightness(0);
} }
@ -614,7 +640,8 @@ nav details.dropdown summary:focus-visible {
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -1154,7 +1181,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -2309,7 +2337,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -46,27 +47,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -224,7 +230,8 @@ nav details.dropdown summary:focus-visible {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(5, 162, 162, 0.25); --pico-text-selection-color: rgba(5, 162, 162, 0.25);
@ -339,12 +346,19 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(10, 177, 177, 0.1875); --pico-text-selection-color: rgba(10, 177, 177, 0.1875);
@ -453,16 +467,28 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after { :root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after,
:host(:not([data-theme])) .pico details summary[role=button].contrast:not(.outline)::after {
filter: brightness(0); filter: brightness(0);
} }
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button, :root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit], [type=submit],
[type=button], [type=button],
[type=reset], [type=reset],
[role=button]):not(.outline)::before,
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit],
[type=button],
[type=reset],
[role=button]):not(.outline)::before { [role=button]):not(.outline)::before {
filter: brightness(0); filter: brightness(0);
} }
@ -614,7 +640,8 @@ nav details.dropdown summary:focus-visible {
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -1154,7 +1181,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -2309,7 +2337,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -46,27 +47,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -224,7 +230,8 @@ nav details.dropdown summary:focus-visible {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(247, 72, 183, 0.25); --pico-text-selection-color: rgba(247, 72, 183, 0.25);
@ -339,12 +346,19 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(248, 105, 191, 0.1875); --pico-text-selection-color: rgba(248, 105, 191, 0.1875);
@ -453,16 +467,28 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after { :root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after,
:host(:not([data-theme])) .pico details summary[role=button].contrast:not(.outline)::after {
filter: brightness(0); filter: brightness(0);
} }
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button, :root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit], [type=submit],
[type=button], [type=button],
[type=reset], [type=reset],
[role=button]):not(.outline)::before,
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit],
[type=button],
[type=reset],
[role=button]):not(.outline)::before { [role=button]):not(.outline)::before {
filter: brightness(0); filter: brightness(0);
} }
@ -614,7 +640,8 @@ nav details.dropdown summary:focus-visible {
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -1154,7 +1181,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -2309,7 +2337,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -46,27 +47,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -224,7 +230,8 @@ nav details.dropdown summary:focus-visible {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(71, 164, 23, 0.25); --pico-text-selection-color: rgba(71, 164, 23, 0.25);
@ -339,12 +346,19 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(78, 179, 27, 0.1875); --pico-text-selection-color: rgba(78, 179, 27, 0.1875);
@ -453,16 +467,28 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after { :root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after,
:host(:not([data-theme])) .pico details summary[role=button].contrast:not(.outline)::after {
filter: brightness(0); filter: brightness(0);
} }
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button, :root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit], [type=submit],
[type=button], [type=button],
[type=reset], [type=reset],
[role=button]):not(.outline)::before,
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit],
[type=button],
[type=reset],
[role=button]):not(.outline)::before { [role=button]):not(.outline)::before {
filter: brightness(0); filter: brightness(0);
} }
@ -614,7 +640,8 @@ nav details.dropdown summary:focus-visible {
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -1154,7 +1181,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -2309,7 +2337,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -46,27 +47,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -224,7 +230,8 @@ nav details.dropdown summary:focus-visible {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(145, 145, 145, 0.25); --pico-text-selection-color: rgba(145, 145, 145, 0.25);
@ -339,12 +346,19 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(158, 158, 158, 0.1875); --pico-text-selection-color: rgba(158, 158, 158, 0.1875);
@ -453,16 +467,28 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after { :root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after,
:host(:not([data-theme])) .pico details summary[role=button].contrast:not(.outline)::after {
filter: brightness(0); filter: brightness(0);
} }
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button, :root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit], [type=submit],
[type=button], [type=button],
[type=reset], [type=reset],
[role=button]):not(.outline)::before,
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit],
[type=button],
[type=reset],
[role=button]):not(.outline)::before { [role=button]):not(.outline)::before {
filter: brightness(0); filter: brightness(0);
} }
@ -614,7 +640,8 @@ nav details.dropdown summary:focus-visible {
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -1154,7 +1181,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -2309,7 +2337,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -46,27 +47,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -224,7 +230,8 @@ nav details.dropdown summary:focus-visible {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(148, 134, 225, 0.25); --pico-text-selection-color: rgba(148, 134, 225, 0.25);
@ -339,12 +346,19 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(162, 148, 229, 0.1875); --pico-text-selection-color: rgba(162, 148, 229, 0.1875);
@ -453,16 +467,28 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after { :root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after,
:host(:not([data-theme])) .pico details summary[role=button].contrast:not(.outline)::after {
filter: brightness(0); filter: brightness(0);
} }
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button, :root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit], [type=submit],
[type=button], [type=button],
[type=reset], [type=reset],
[role=button]):not(.outline)::before,
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit],
[type=button],
[type=reset],
[role=button]):not(.outline)::before { [role=button]):not(.outline)::before {
filter: brightness(0); filter: brightness(0);
} }
@ -614,7 +640,8 @@ nav details.dropdown summary:focus-visible {
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -1154,7 +1181,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -2309,7 +2337,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,8 @@
/** /**
* Styles * Styles
*/ */
:root { :root,
:host {
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji); --pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji); --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
@ -46,27 +47,32 @@
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E"); --pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
} }
@media (min-width: 576px) { @media (min-width: 576px) {
:root { :root,
:host {
--pico-font-size: 106.25%; --pico-font-size: 106.25%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
:root { :root,
:host {
--pico-font-size: 112.5%; --pico-font-size: 112.5%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
:root { :root,
:host {
--pico-font-size: 118.75%; --pico-font-size: 118.75%;
} }
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
:root { :root,
:host {
--pico-font-size: 125%; --pico-font-size: 125%;
} }
} }
@media (min-width: 1536px) { @media (min-width: 1536px) {
:root { :root,
:host {
--pico-font-size: 131.25%; --pico-font-size: 131.25%;
} }
} }
@ -224,7 +230,8 @@ nav details.dropdown summary:focus-visible {
* Color schemes * Color schemes
*/ */
[data-theme=light], [data-theme=light],
:root:not([data-theme=dark]) { :root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
--pico-background-color: #fff; --pico-background-color: #fff;
--pico-color: #373c44; --pico-color: #373c44;
--pico-text-selection-color: rgba(0, 166, 110, 0.25); --pico-text-selection-color: rgba(0, 166, 110, 0.25);
@ -339,12 +346,19 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme=dark])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
@media only screen and (prefers-color-scheme: dark) { @media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) { :root:not([data-theme]),
:host(:not([data-theme])) {
--pico-background-color: rgb(19, 22.5, 30.5); --pico-background-color: rgb(19, 22.5, 30.5);
--pico-color: #c2c7d0; --pico-color: #c2c7d0;
--pico-text-selection-color: rgba(0, 180, 120, 0.1875); --pico-text-selection-color: rgba(0, 180, 120, 0.1875);
@ -453,16 +467,28 @@ nav details.dropdown summary:focus-visible {
[type=reset], [type=reset],
[type=checkbox], [type=checkbox],
[type=radio], [type=radio],
[type=file]),
:host(:not([data-theme])) input:is([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]) { [type=file]) {
--pico-form-element-focus-color: var(--pico-primary-focus); --pico-form-element-focus-color: var(--pico-primary-focus);
} }
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after { :root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after,
:host(:not([data-theme])) .pico details summary[role=button].contrast:not(.outline)::after {
filter: brightness(0); filter: brightness(0);
} }
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button, :root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit], [type=submit],
[type=button], [type=button],
[type=reset], [type=reset],
[role=button]):not(.outline)::before,
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
[type=submit],
[type=button],
[type=reset],
[role=button]):not(.outline)::before { [role=button]):not(.outline)::before {
filter: brightness(0); filter: brightness(0);
} }
@ -614,7 +640,8 @@ nav details.dropdown summary:focus-visible {
vertical-align: inherit; vertical-align: inherit;
} }
:where(:root) { :where(:root),
:where(:host) {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
@ -1154,7 +1181,8 @@ main {
fill: currentColor; fill: currentColor;
} }
.pico svg:not(:root) { .pico svg:not(:root),
.pico svg:not(:host) {
overflow: hidden; overflow: hidden;
} }
@ -2309,7 +2337,8 @@ main {
/** /**
* Modal (<dialog>) * Modal (<dialog>)
*/ */
:root { :root,
:host {
--pico-scrollbar-width: 0px; --pico-scrollbar-width: 0px;
} }

Some files were not shown because too many files have changed in this diff Show more