@cirthcss/cirth 0.15.0-beta.2 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/cirth.classless.css +143 -124
- package/dist/cirth.classless.min.css +1 -1
- package/dist/cirth.classless.scoped.css +143 -124
- package/dist/cirth.classless.scoped.min.css +1 -1
- package/dist/cirth.css +180 -161
- package/dist/cirth.min.css +1 -1
- package/dist/cirth.print.classless.css +4 -3
- package/dist/cirth.print.classless.min.css +1 -1
- package/dist/cirth.print.classless.scoped.css +4 -3
- package/dist/cirth.print.classless.scoped.min.css +1 -1
- package/dist/cirth.print.css +4 -3
- package/dist/cirth.print.min.css +1 -1
- package/dist/cirth.print.scoped.css +4 -3
- package/dist/cirth.print.scoped.min.css +1 -1
- package/dist/cirth.scoped.css +180 -161
- package/dist/cirth.scoped.min.css +1 -1
- package/dist/presets/plain.css +2 -2
- package/dist/presets/plain.min.css +1 -1
- package/dist/presets/playroom.css +5 -5
- package/dist/presets/playroom.min.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,8 +57,8 @@ on the first paint.
|
|
|
57
57
|
```html
|
|
58
58
|
<link
|
|
59
59
|
rel="stylesheet"
|
|
60
|
-
href="https://cdn.jsdelivr.net/npm/@cirthcss/cirth@0.
|
|
61
|
-
integrity="sha384-
|
|
60
|
+
href="https://cdn.jsdelivr.net/npm/@cirthcss/cirth@0.15.0/dist/cirth.min.css"
|
|
61
|
+
integrity="sha384-EY9wuVx8+257bjfSiQThO5hiMpZ+YQAcVqmR6XcdxqYI0+qEJ15YD3/RVWYApOiN"
|
|
62
62
|
crossorigin="anonymous">
|
|
63
63
|
```
|
|
64
64
|
|
|
@@ -183,7 +183,7 @@ loading the framework.
|
|
|
183
183
|
:root {
|
|
184
184
|
--cirth-font-family: Inter, system-ui, sans-serif;
|
|
185
185
|
--cirth-primary: #2563eb;
|
|
186
|
-
--cirth-primary-
|
|
186
|
+
--cirth-primary-surface: #2563eb;
|
|
187
187
|
--cirth-primary-border: #2563eb;
|
|
188
188
|
--cirth-border-radius: 0.375rem;
|
|
189
189
|
--cirth-spacing: 1rem;
|
package/dist/cirth.classless.css
CHANGED
|
@@ -213,7 +213,7 @@ del {
|
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
:where(a:not([role="button"])), [role="link"] {
|
|
216
|
-
--cirth-color: var(--cirth-primary);
|
|
216
|
+
--cirth-color: var(--cirth-primary-text);
|
|
217
217
|
--cirth-background-color: transparent;
|
|
218
218
|
--cirth-underline: var(--cirth-primary-underline);
|
|
219
219
|
background-color: var(--cirth-background-color);
|
|
@@ -227,8 +227,8 @@ del {
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
:where(a:not([role="button"])):is([aria-current]:not([aria-current="false"]), :hover, :active, :focus), [role="link"]:is([aria-current]:not([aria-current="false"]), :hover, :active, :focus) {
|
|
230
|
-
--cirth-color: var(--cirth-primary-
|
|
231
|
-
--cirth-underline: var(--cirth-primary-
|
|
230
|
+
--cirth-color: var(--cirth-primary-active);
|
|
231
|
+
--cirth-underline: var(--cirth-primary-underline-active);
|
|
232
232
|
--cirth-text-decoration: underline;
|
|
233
233
|
}
|
|
234
234
|
|
|
@@ -260,9 +260,9 @@ button, [type="submit"], [type="reset"], [type="button"] {
|
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
button, [type="submit"], [type="reset"], [type="button"], [role="button"] {
|
|
263
|
-
--cirth-background-color: var(--cirth-primary-
|
|
263
|
+
--cirth-background-color: var(--cirth-primary-surface);
|
|
264
264
|
--cirth-border-color: var(--cirth-primary-border);
|
|
265
|
-
--cirth-color: var(--cirth-primary-
|
|
265
|
+
--cirth-color: var(--cirth-primary-on-surface);
|
|
266
266
|
--cirth-box-shadow: var(--cirth-button-box-shadow, 0 0 0 #0000);
|
|
267
267
|
max-width: 100%;
|
|
268
268
|
min-block-size: max(2.75rem, var(--cirth-font-size-md) * var(--cirth-line-height) + var(--cirth-form-element-spacing-vertical) * 2 + var(--cirth-border-width) * 2);
|
|
@@ -285,9 +285,9 @@ button, [type="submit"], [type="reset"], [type="button"], [role="button"] {
|
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
[type="file"]::file-selector-button {
|
|
288
|
-
--cirth-background-color: var(--cirth-primary-
|
|
288
|
+
--cirth-background-color: var(--cirth-primary-surface);
|
|
289
289
|
--cirth-border-color: var(--cirth-primary-border);
|
|
290
|
-
--cirth-color: var(--cirth-primary-
|
|
290
|
+
--cirth-color: var(--cirth-primary-on-surface);
|
|
291
291
|
--cirth-box-shadow: var(--cirth-button-box-shadow, 0 0 0 #0000);
|
|
292
292
|
max-width: 100%;
|
|
293
293
|
min-block-size: max(2.75rem, var(--cirth-font-size-md) * var(--cirth-line-height) + var(--cirth-form-element-spacing-vertical) * 2 + var(--cirth-border-width) * 2);
|
|
@@ -310,24 +310,24 @@ button, [type="submit"], [type="reset"], [type="button"], [role="button"] {
|
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
button[aria-current]:not([aria-current="false"]), button:is(:hover, :active, :focus), [type="submit"][aria-current]:not([aria-current="false"]), [type="submit"]:is(:hover, :active, :focus), [type="reset"][aria-current]:not([aria-current="false"]), [type="reset"]:is(:hover, :active, :focus), [type="button"][aria-current]:not([aria-current="false"]), [type="button"]:is(:hover, :active, :focus), [role="button"][aria-current]:not([aria-current="false"]), [role="button"]:is(:hover, :active, :focus) {
|
|
313
|
-
--cirth-background-color: var(--cirth-primary-
|
|
314
|
-
--cirth-border-color: var(--cirth-primary-
|
|
313
|
+
--cirth-background-color: var(--cirth-primary-surface-active);
|
|
314
|
+
--cirth-border-color: var(--cirth-primary-border-active);
|
|
315
315
|
--cirth-box-shadow: var(--cirth-button-hover-box-shadow, 0 0 0 #0000);
|
|
316
|
-
--cirth-color: var(--cirth-primary-
|
|
316
|
+
--cirth-color: var(--cirth-primary-on-surface);
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
[type="file"]::file-selector-button:is() {
|
|
320
|
-
--cirth-background-color: var(--cirth-primary-
|
|
321
|
-
--cirth-border-color: var(--cirth-primary-
|
|
320
|
+
--cirth-background-color: var(--cirth-primary-surface-active);
|
|
321
|
+
--cirth-border-color: var(--cirth-primary-border-active);
|
|
322
322
|
--cirth-box-shadow: var(--cirth-button-hover-box-shadow, 0 0 0 #0000);
|
|
323
|
-
--cirth-color: var(--cirth-primary-
|
|
323
|
+
--cirth-color: var(--cirth-primary-on-surface);
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
[type="file"]::file-selector-button:is(:hover, :active, :focus) {
|
|
327
|
-
--cirth-background-color: var(--cirth-primary-
|
|
328
|
-
--cirth-border-color: var(--cirth-primary-
|
|
327
|
+
--cirth-background-color: var(--cirth-primary-surface-active);
|
|
328
|
+
--cirth-border-color: var(--cirth-primary-border-active);
|
|
329
329
|
--cirth-box-shadow: var(--cirth-button-hover-box-shadow, 0 0 0 #0000);
|
|
330
|
-
--cirth-color: var(--cirth-primary-
|
|
330
|
+
--cirth-color: var(--cirth-primary-on-surface);
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
button:active, [type="submit"]:active, [type="reset"]:active, [type="button"]:active, [role="button"]:active {
|
|
@@ -349,29 +349,29 @@ button:focus-visible, button[aria-current]:not([aria-current="false"]):focus-vis
|
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
[type="reset"] {
|
|
352
|
-
--cirth-background-color: var(--cirth-secondary-
|
|
352
|
+
--cirth-background-color: var(--cirth-secondary-surface);
|
|
353
353
|
--cirth-border-color: var(--cirth-secondary-border);
|
|
354
|
-
--cirth-color: var(--cirth-secondary-
|
|
354
|
+
--cirth-color: var(--cirth-secondary-on-surface);
|
|
355
355
|
cursor: pointer;
|
|
356
356
|
}
|
|
357
357
|
|
|
358
358
|
[type="file"]::file-selector-button {
|
|
359
|
-
--cirth-background-color: var(--cirth-secondary-
|
|
359
|
+
--cirth-background-color: var(--cirth-secondary-surface);
|
|
360
360
|
--cirth-border-color: var(--cirth-secondary-border);
|
|
361
|
-
--cirth-color: var(--cirth-secondary-
|
|
361
|
+
--cirth-color: var(--cirth-secondary-on-surface);
|
|
362
362
|
cursor: pointer;
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
[type="reset"]:is([aria-current]:not([aria-current="false"]), :hover, :active, :focus) {
|
|
366
|
-
--cirth-background-color: var(--cirth-secondary-
|
|
367
|
-
--cirth-border-color: var(--cirth-secondary-
|
|
368
|
-
--cirth-color: var(--cirth-secondary-
|
|
366
|
+
--cirth-background-color: var(--cirth-secondary-surface-active);
|
|
367
|
+
--cirth-border-color: var(--cirth-secondary-border-active);
|
|
368
|
+
--cirth-color: var(--cirth-secondary-on-surface);
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
[type="file"]::file-selector-button:is(:hover, :active, :focus) {
|
|
372
|
-
--cirth-background-color: var(--cirth-secondary-
|
|
373
|
-
--cirth-border-color: var(--cirth-secondary-
|
|
374
|
-
--cirth-color: var(--cirth-secondary-
|
|
372
|
+
--cirth-background-color: var(--cirth-secondary-surface-active);
|
|
373
|
+
--cirth-border-color: var(--cirth-secondary-border-active);
|
|
374
|
+
--cirth-color: var(--cirth-secondary-on-surface);
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
[type="reset"]:focus-visible {
|
|
@@ -616,6 +616,20 @@ input, select, textarea {
|
|
|
616
616
|
border-style: dashed;
|
|
617
617
|
}
|
|
618
618
|
|
|
619
|
+
input[type="number"][readonly] {
|
|
620
|
+
appearance: textfield;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
input[type="number"][readonly]::-webkit-inner-spin-button {
|
|
624
|
+
-webkit-appearance: none;
|
|
625
|
+
margin: 0;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
input[type="number"][readonly]::-webkit-outer-spin-button {
|
|
629
|
+
-webkit-appearance: none;
|
|
630
|
+
margin: 0;
|
|
631
|
+
}
|
|
632
|
+
|
|
619
633
|
input:not([type="submit"], [type="button"], [type="reset"], [type="checkbox"], [type="radio"], [readonly]):is(:active, :focus), :where(select, textarea):not([readonly]):is(:active, :focus) {
|
|
620
634
|
--cirth-background-color: var(--cirth-form-element-active-background-color);
|
|
621
635
|
}
|
|
@@ -782,7 +796,7 @@ label:has([type="checkbox"], [type="radio"]) {
|
|
|
782
796
|
}
|
|
783
797
|
|
|
784
798
|
[type="checkbox"]:checked, [type="checkbox"]:checked:active, [type="checkbox"]:checked:focus, [type="radio"]:checked, [type="radio"]:checked:active, [type="radio"]:checked:focus {
|
|
785
|
-
--cirth-background-color: var(--cirth-primary-
|
|
799
|
+
--cirth-background-color: var(--cirth-primary-surface);
|
|
786
800
|
--cirth-border-color: var(--cirth-primary-border);
|
|
787
801
|
}
|
|
788
802
|
|
|
@@ -797,7 +811,7 @@ label:has([type="checkbox"], [type="radio"]) {
|
|
|
797
811
|
}
|
|
798
812
|
|
|
799
813
|
[type="checkbox"]:not([role="switch"]):checked:before, [type="checkbox"]:not([role="switch"]):indeterminate:before {
|
|
800
|
-
background-color: var(--cirth-primary-
|
|
814
|
+
background-color: var(--cirth-primary-on-surface);
|
|
801
815
|
content: "";
|
|
802
816
|
width: 100%;
|
|
803
817
|
height: 100%;
|
|
@@ -818,7 +832,7 @@ label:has([type="checkbox"], [type="radio"]) {
|
|
|
818
832
|
}
|
|
819
833
|
|
|
820
834
|
[type="checkbox"]:not([role="switch"]):indeterminate {
|
|
821
|
-
--cirth-background-color: var(--cirth-primary-
|
|
835
|
+
--cirth-background-color: var(--cirth-primary-surface);
|
|
822
836
|
--cirth-border-color: var(--cirth-primary-border);
|
|
823
837
|
}
|
|
824
838
|
|
|
@@ -831,7 +845,7 @@ label:has([type="checkbox"], [type="radio"]) {
|
|
|
831
845
|
}
|
|
832
846
|
|
|
833
847
|
[type="radio"]:checked, [type="radio"]:checked:active, [type="radio"]:checked:focus {
|
|
834
|
-
--cirth-background-color: var(--cirth-primary-
|
|
848
|
+
--cirth-background-color: var(--cirth-primary-on-surface);
|
|
835
849
|
border-width: .42em;
|
|
836
850
|
}
|
|
837
851
|
|
|
@@ -995,8 +1009,8 @@ input:not([type="checkbox"], [type="radio"], [type="range"], [type="file"])[type
|
|
|
995
1009
|
}
|
|
996
1010
|
|
|
997
1011
|
[type="file"]:is(:hover, :active, :focus)::file-selector-button {
|
|
998
|
-
--cirth-background-color: var(--cirth-secondary-
|
|
999
|
-
--cirth-border-color: var(--cirth-secondary-
|
|
1012
|
+
--cirth-background-color: var(--cirth-secondary-surface-active);
|
|
1013
|
+
--cirth-border-color: var(--cirth-secondary-border-active);
|
|
1000
1014
|
}
|
|
1001
1015
|
|
|
1002
1016
|
[type="file"]:focus::file-selector-button {
|
|
@@ -1058,7 +1072,7 @@ input:not([type="checkbox"], [type="radio"], [type="range"], [type="file"])[type
|
|
|
1058
1072
|
@media (hover: hover) and (pointer: fine) {
|
|
1059
1073
|
[type="range"]:hover:not(:active, :focus, :disabled) {
|
|
1060
1074
|
--cirth-range-border-color: var(--cirth-range-active-border-color);
|
|
1061
|
-
--cirth-range-thumb-color: var(--cirth-secondary-
|
|
1075
|
+
--cirth-range-thumb-color: var(--cirth-secondary-active);
|
|
1062
1076
|
}
|
|
1063
1077
|
}
|
|
1064
1078
|
|
|
@@ -1338,7 +1352,7 @@ article > footer {
|
|
|
1338
1352
|
--cirth-button-box-shadow: 0 0 0 var(--cirth-border-width)
|
|
1339
1353
|
var(--cirth-primary-border);
|
|
1340
1354
|
--cirth-button-hover-box-shadow: 0 0 0 var(--cirth-border-width)
|
|
1341
|
-
var(--cirth-primary-
|
|
1355
|
+
var(--cirth-primary-border-active);
|
|
1342
1356
|
}
|
|
1343
1357
|
|
|
1344
1358
|
[role="search"] button:focus, [role="search"] [type="submit"]:focus, [role="search"] [type="reset"]:focus, [role="search"] [type="button"]:focus, [role="search"] [role="button"]:focus, [role="group"]:not(fieldset) button:focus, [role="group"]:not(fieldset) [type="submit"]:focus, [role="group"]:not(fieldset) [type="reset"]:focus, [role="group"]:not(fieldset) [type="button"]:focus, [role="group"]:not(fieldset) [role="button"]:focus {
|
|
@@ -1673,11 +1687,11 @@ header:not(:is(article, aside, dialog, figure, li, nav, section, td) *) > nav li
|
|
|
1673
1687
|
header:not(:is(article, aside, dialog, figure, li, nav, section, td) *) > nav li :where(a:not([role="button"]), [role="link"]):is(:hover, :focus, :active) {
|
|
1674
1688
|
--cirth-color: color-mix(in oklch,
|
|
1675
1689
|
var(--cirth-muted-color),
|
|
1676
|
-
var(--cirth-contrast));
|
|
1690
|
+
var(--cirth-contrast-text));
|
|
1677
1691
|
}
|
|
1678
1692
|
|
|
1679
1693
|
header:not(:is(article, aside, dialog, figure, li, nav, section, td) *) > nav li :where(a:not([role="button"]), [role="link"]):is([aria-current]:not([aria-current="false"]), [aria-selected="true"]) {
|
|
1680
|
-
--cirth-color: var(--cirth-contrast);
|
|
1694
|
+
--cirth-color: var(--cirth-contrast-text);
|
|
1681
1695
|
font-weight: var(--cirth-font-weight-semibold);
|
|
1682
1696
|
}
|
|
1683
1697
|
|
|
@@ -2104,18 +2118,18 @@ details summary[role="button"]:after {
|
|
|
2104
2118
|
--cirth-success: light-dark(oklch(52.7% .115 153), oklch(65.7% .144 153));
|
|
2105
2119
|
--cirth-warning: light-dark(oklch(48.3% .084 89.5), oklch(70% .122 89.5));
|
|
2106
2120
|
--cirth-primary: light-dark(oklch(52.7% .107 44), oklch(65.7% .134 44));
|
|
2107
|
-
--cirth-secondary: light-dark(oklch(52.7% .031 280), oklch(70% .021 280));
|
|
2121
|
+
--cirth-secondary-text: light-dark(oklch(52.7% .031 280), oklch(70% .021 280));
|
|
2108
2122
|
--cirth-secondary-underline: light-dark(oklch(52.7% .031 280 / .5), oklch(70% .021 280 / .5));
|
|
2109
|
-
--cirth-secondary-
|
|
2110
|
-
--cirth-secondary-
|
|
2123
|
+
--cirth-secondary-active: light-dark(oklch(44% .029 280), oklch(78.7% .014 280));
|
|
2124
|
+
--cirth-secondary-surface-active: light-dark(oklch(44% .029 280), oklch(52.7% .031 280));
|
|
2111
2125
|
--cirth-secondary-focus: light-dark(oklch(48.3% .03 280 / .7), oklch(70% .021 280 / .7));
|
|
2112
|
-
--cirth-contrast: light-dark(oklch(22.3% .023 280), oklch(91.7% .004 280));
|
|
2113
|
-
--cirth-contrast-
|
|
2126
|
+
--cirth-contrast-text: light-dark(oklch(22.3% .023 280), oklch(91.7% .004 280));
|
|
2127
|
+
--cirth-contrast-surface: light-dark(oklch(22.3% .023 280), oklch(96% 0 280));
|
|
2114
2128
|
--cirth-contrast-underline: light-dark(oklch(22.3% .023 280 / .5), oklch(91.7% .004 280 / .5));
|
|
2115
|
-
--cirth-contrast-
|
|
2116
|
-
--cirth-contrast-
|
|
2129
|
+
--cirth-contrast-active: light-dark(oklch(0% 0 0), oklch(100% 0 0));
|
|
2130
|
+
--cirth-contrast-surface-active: light-dark(oklch(0% 0 0), oklch(100% 0 0));
|
|
2117
2131
|
--cirth-contrast-focus: light-dark(oklch(48.3% .03 280 / .7), oklch(87.3% .007 280 / .5));
|
|
2118
|
-
--cirth-contrast-
|
|
2132
|
+
--cirth-contrast-on-surface: light-dark(oklch(100% 0 0), oklch(0% 0 0));
|
|
2119
2133
|
--cirth-link-visited-color: light-dark(oklch(48.3% 0 280), oklch(65.7% 0 280));
|
|
2120
2134
|
--cirth-box-shadow: light-dark(.0145rem .029rem .174rem oklch(65.7% .025 280 / .01698), .0335rem .067rem .402rem oklch(65.7% .025 280 / .024), .0625rem .125rem .75rem oklch(65.7% .025 280 / .03), .1125rem .225rem 1.35rem oklch(65.7% .025 280 / .036), .2085rem .417rem 2.502rem oklch(65.7% .025 280 / .04302), .5rem 1rem 6rem oklch(65.7% .025 280 / .06), 0 0 0 .0625rem oklch(65.7% .025 280 / .015),
|
|
2121
2135
|
.0145rem .029rem .174rem oklch(9% .011 280 / .01698), .0335rem .067rem .402rem oklch(9% .011 280 / .024), .0625rem .125rem .75rem oklch(9% .011 280 / .03), .1125rem .225rem 1.35rem oklch(9% .011 280 / .036), .2085rem .417rem 2.502rem oklch(9% .011 280 / .04302), .5rem 1rem 6rem oklch(9% .011 280 / .06), 0 0 0 .0625rem oklch(9% .011 280 / .015));
|
|
@@ -2151,17 +2165,20 @@ details summary[role="button"]:after {
|
|
|
2151
2165
|
--cirth-warning-border: oklch(from var(--cirth-warning) calc(l * 1.269) calc(c * 1.267) h);
|
|
2152
2166
|
--cirth-warning-active: oklch(from var(--cirth-warning) calc(l * 1.091) calc(c * 1.081) h);
|
|
2153
2167
|
--cirth-warning-surface: oklch(from var(--cirth-warning) 93% .05 h);
|
|
2154
|
-
--cirth-primary-
|
|
2155
|
-
--cirth-primary-
|
|
2168
|
+
--cirth-primary-text: var(--cirth-primary);
|
|
2169
|
+
--cirth-primary-surface: var(--cirth-primary);
|
|
2170
|
+
--cirth-primary-border: var(--cirth-primary-surface);
|
|
2156
2171
|
--cirth-primary-underline: oklch(from var(--cirth-primary) l c h / 50%);
|
|
2157
|
-
--cirth-primary-
|
|
2158
|
-
|
|
2172
|
+
--cirth-primary-active: color-mix(in oklch,
|
|
2173
|
+
var(--cirth-primary) 83.5%,
|
|
2174
|
+
black);
|
|
2175
|
+
--cirth-primary-surface-active: color-mix(in oklch,
|
|
2159
2176
|
var(--cirth-primary) 91.7%,
|
|
2160
2177
|
black);
|
|
2161
|
-
--cirth-primary-
|
|
2162
|
-
--cirth-primary-
|
|
2178
|
+
--cirth-primary-border-active: var(--cirth-primary-surface-active);
|
|
2179
|
+
--cirth-primary-underline-active: var(--cirth-primary-active);
|
|
2163
2180
|
--cirth-primary-focus: oklch(from var(--cirth-primary) l c h / 75%);
|
|
2164
|
-
--cirth-primary-
|
|
2181
|
+
--cirth-primary-on-surface: oklch(100% 0 0);
|
|
2165
2182
|
--cirth-text-selection-color: oklch(from var(--cirth-primary) calc(l * 1.247) c h / 25%);
|
|
2166
2183
|
--cirth-code-background-color: oklch(from var(--cirth-canvas) calc(l - .019) c h);
|
|
2167
2184
|
--cirth-card-sectioning-background-color: oklch(from var(--cirth-canvas) calc(l + .009) c h);
|
|
@@ -2170,14 +2187,14 @@ details summary[role="button"]:after {
|
|
|
2170
2187
|
--cirth-form-element-active-background-color: var(--cirth-canvas);
|
|
2171
2188
|
--cirth-dropdown-background-color: var(--cirth-card-background-color);
|
|
2172
2189
|
--cirth-popover-background-color: var(--cirth-card-background-color);
|
|
2173
|
-
--cirth-secondary-
|
|
2174
|
-
--cirth-secondary-border: var(--cirth-secondary-
|
|
2175
|
-
--cirth-secondary-
|
|
2176
|
-
--cirth-secondary-
|
|
2177
|
-
--cirth-secondary-
|
|
2178
|
-
--cirth-contrast-border: var(--cirth-contrast-
|
|
2179
|
-
--cirth-contrast-
|
|
2180
|
-
--cirth-contrast-
|
|
2190
|
+
--cirth-secondary-surface: oklch(48.3% .03 280);
|
|
2191
|
+
--cirth-secondary-border: var(--cirth-secondary-surface);
|
|
2192
|
+
--cirth-secondary-border-active: var(--cirth-secondary-surface-active);
|
|
2193
|
+
--cirth-secondary-underline-active: var(--cirth-secondary-active);
|
|
2194
|
+
--cirth-secondary-on-surface: oklch(100% 0 0);
|
|
2195
|
+
--cirth-contrast-border: var(--cirth-contrast-surface);
|
|
2196
|
+
--cirth-contrast-border-active: var(--cirth-contrast-surface-active);
|
|
2197
|
+
--cirth-contrast-underline-active: var(--cirth-secondary-active);
|
|
2181
2198
|
--cirth-mark-background-color: color-mix(in oklab,
|
|
2182
2199
|
var(--cirth-primary) 18%,
|
|
2183
2200
|
var(--cirth-canvas));
|
|
@@ -2202,12 +2219,12 @@ details summary[role="button"]:after {
|
|
|
2202
2219
|
--cirth-form-element-valid-active-border-color: var(--cirth-success-active);
|
|
2203
2220
|
--cirth-form-element-valid-focus-color: var(--cirth-form-element-valid-active-border-color);
|
|
2204
2221
|
--cirth-switch-thumb-box-shadow: 0 0 0 #0000;
|
|
2205
|
-
--cirth-switch-checked-background-color: var(--cirth-primary-
|
|
2206
|
-
--cirth-switch-color: var(--cirth-primary-
|
|
2222
|
+
--cirth-switch-checked-background-color: var(--cirth-primary-surface);
|
|
2223
|
+
--cirth-switch-color: var(--cirth-primary-on-surface);
|
|
2207
2224
|
--cirth-range-thumb-border-color: var(--cirth-background-color);
|
|
2208
|
-
--cirth-range-thumb-color: var(--cirth-secondary);
|
|
2209
|
-
--cirth-range-thumb-active-color: var(--cirth-primary-
|
|
2210
|
-
--cirth-accordion-active-summary-color: var(--cirth-primary-
|
|
2225
|
+
--cirth-range-thumb-color: var(--cirth-secondary-text);
|
|
2226
|
+
--cirth-range-thumb-active-color: var(--cirth-primary-surface);
|
|
2227
|
+
--cirth-accordion-active-summary-color: var(--cirth-primary-active);
|
|
2211
2228
|
--cirth-accordion-close-summary-color: var(--cirth-ink);
|
|
2212
2229
|
--cirth-accordion-open-summary-color: var(--cirth-ink);
|
|
2213
2230
|
--cirth-card-border-color: color-mix(in oklab,
|
|
@@ -2217,7 +2234,7 @@ details summary[role="button"]:after {
|
|
|
2217
2234
|
--cirth-meter-optimum-color: var(--cirth-success);
|
|
2218
2235
|
--cirth-meter-suboptimum-color: var(--cirth-warning);
|
|
2219
2236
|
--cirth-meter-even-less-good-color: var(--cirth-error);
|
|
2220
|
-
--cirth-progress-color: var(--cirth-primary-
|
|
2237
|
+
--cirth-progress-color: var(--cirth-primary-surface);
|
|
2221
2238
|
--cirth-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(103, 105, 125)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
2222
2239
|
--cirth-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(103, 105, 125)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
|
2223
2240
|
--cirth-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(103, 105, 125)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
|
@@ -2241,20 +2258,21 @@ details summary[role="button"]:after {
|
|
|
2241
2258
|
--cirth-warning-border: var(--cirth-warning);
|
|
2242
2259
|
--cirth-warning-active: oklch(from var(--cirth-warning) calc(l * 1.124) calc(c * 1.121) h);
|
|
2243
2260
|
--cirth-warning-surface: oklch(from var(--cirth-warning) 35.3% .063 h);
|
|
2244
|
-
--cirth-primary-
|
|
2261
|
+
--cirth-primary-text: var(--cirth-primary);
|
|
2262
|
+
--cirth-primary-surface: color-mix(in oklch,
|
|
2245
2263
|
var(--cirth-primary) 75.2%,
|
|
2246
2264
|
black);
|
|
2247
|
-
--cirth-primary-border: var(--cirth-primary-
|
|
2265
|
+
--cirth-primary-border: var(--cirth-primary-surface);
|
|
2248
2266
|
--cirth-primary-underline: oklch(from var(--cirth-primary) l c h / 50%);
|
|
2249
|
-
--cirth-primary-
|
|
2250
|
-
--cirth-primary-
|
|
2267
|
+
--cirth-primary-active: oklch(from var(--cirth-primary) calc(l * 1.124) calc(c * 1.132) h);
|
|
2268
|
+
--cirth-primary-surface-active: color-mix(in oklch,
|
|
2251
2269
|
var(--cirth-primary) 72%,
|
|
2252
2270
|
black);
|
|
2253
|
-
--cirth-primary-
|
|
2254
|
-
--cirth-primary-
|
|
2271
|
+
--cirth-primary-border-active: var(--cirth-primary-surface-active);
|
|
2272
|
+
--cirth-primary-underline-active: var(--cirth-primary-active);
|
|
2255
2273
|
--cirth-primary-focus: oklch(from var(--cirth-primary) l c h / 80%);
|
|
2256
2274
|
--cirth-text-selection-color: oklch(from var(--cirth-primary) calc(l * 1.065) c h / 18.75%);
|
|
2257
|
-
--cirth-primary-
|
|
2275
|
+
--cirth-primary-on-surface: oklch(100% 0 0);
|
|
2258
2276
|
--cirth-code-background-color: oklch(from var(--cirth-canvas) calc(l - .02) c h);
|
|
2259
2277
|
--cirth-card-sectioning-background-color: oklch(from var(--cirth-canvas) calc(l + .025) c h);
|
|
2260
2278
|
--cirth-form-element-background-color: oklch(from var(--cirth-canvas) calc(l - .008) c h);
|
|
@@ -2262,14 +2280,14 @@ details summary[role="button"]:after {
|
|
|
2262
2280
|
--cirth-form-element-active-background-color: var(--cirth-canvas);
|
|
2263
2281
|
--cirth-dropdown-background-color: var(--cirth-card-background-color);
|
|
2264
2282
|
--cirth-popover-background-color: var(--cirth-card-background-color);
|
|
2265
|
-
--cirth-secondary-
|
|
2266
|
-
--cirth-secondary-border: var(--cirth-secondary-
|
|
2267
|
-
--cirth-secondary-
|
|
2268
|
-
--cirth-secondary-
|
|
2269
|
-
--cirth-secondary-
|
|
2270
|
-
--cirth-contrast-border: var(--cirth-contrast-
|
|
2271
|
-
--cirth-contrast-
|
|
2272
|
-
--cirth-contrast-
|
|
2283
|
+
--cirth-secondary-surface: oklch(48.3% .03 280);
|
|
2284
|
+
--cirth-secondary-border: var(--cirth-secondary-surface);
|
|
2285
|
+
--cirth-secondary-border-active: var(--cirth-secondary-surface-active);
|
|
2286
|
+
--cirth-secondary-underline-active: var(--cirth-secondary-active);
|
|
2287
|
+
--cirth-secondary-on-surface: oklch(100% 0 0);
|
|
2288
|
+
--cirth-contrast-border: var(--cirth-contrast-surface);
|
|
2289
|
+
--cirth-contrast-border-active: var(--cirth-contrast-surface-active);
|
|
2290
|
+
--cirth-contrast-underline-active: var(--cirth-contrast-active);
|
|
2273
2291
|
--cirth-mark-background-color: color-mix(in oklab,
|
|
2274
2292
|
var(--cirth-primary) 24%,
|
|
2275
2293
|
var(--cirth-canvas));
|
|
@@ -2294,12 +2312,12 @@ details summary[role="button"]:after {
|
|
|
2294
2312
|
--cirth-form-element-valid-active-border-color: var(--cirth-success-active);
|
|
2295
2313
|
--cirth-form-element-valid-focus-color: var(--cirth-form-element-valid-active-border-color);
|
|
2296
2314
|
--cirth-switch-thumb-box-shadow: 0 0 0 #0000;
|
|
2297
|
-
--cirth-switch-checked-background-color: var(--cirth-primary-
|
|
2298
|
-
--cirth-switch-color: var(--cirth-primary-
|
|
2315
|
+
--cirth-switch-checked-background-color: var(--cirth-primary-surface);
|
|
2316
|
+
--cirth-switch-color: var(--cirth-primary-on-surface);
|
|
2299
2317
|
--cirth-range-thumb-border-color: var(--cirth-background-color);
|
|
2300
|
-
--cirth-range-thumb-color: var(--cirth-secondary);
|
|
2301
|
-
--cirth-range-thumb-active-color: var(--cirth-primary-
|
|
2302
|
-
--cirth-accordion-active-summary-color: var(--cirth-primary-
|
|
2318
|
+
--cirth-range-thumb-color: var(--cirth-secondary-text);
|
|
2319
|
+
--cirth-range-thumb-active-color: var(--cirth-primary-surface);
|
|
2320
|
+
--cirth-accordion-active-summary-color: var(--cirth-primary-active);
|
|
2303
2321
|
--cirth-accordion-close-summary-color: var(--cirth-ink);
|
|
2304
2322
|
--cirth-accordion-open-summary-color: var(--cirth-ink);
|
|
2305
2323
|
--cirth-card-border-color: color-mix(in oklab,
|
|
@@ -2309,7 +2327,7 @@ details summary[role="button"]:after {
|
|
|
2309
2327
|
--cirth-meter-optimum-color: var(--cirth-success);
|
|
2310
2328
|
--cirth-meter-suboptimum-color: var(--cirth-warning);
|
|
2311
2329
|
--cirth-meter-even-less-good-color: var(--cirth-error);
|
|
2312
|
-
--cirth-progress-color: var(--cirth-primary);
|
|
2330
|
+
--cirth-progress-color: var(--cirth-primary-text);
|
|
2313
2331
|
--cirth-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(142, 144, 161)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
2314
2332
|
--cirth-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(142, 144, 161)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
|
2315
2333
|
--cirth-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(142, 144, 161)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
|
@@ -2333,20 +2351,21 @@ details summary[role="button"]:after {
|
|
|
2333
2351
|
--cirth-warning-border: var(--cirth-warning);
|
|
2334
2352
|
--cirth-warning-active: oklch(from var(--cirth-warning) calc(l * 1.124) calc(c * 1.121) h);
|
|
2335
2353
|
--cirth-warning-surface: oklch(from var(--cirth-warning) 35.3% .063 h);
|
|
2336
|
-
--cirth-primary-
|
|
2354
|
+
--cirth-primary-text: var(--cirth-primary);
|
|
2355
|
+
--cirth-primary-surface: color-mix(in oklch,
|
|
2337
2356
|
var(--cirth-primary) 75.2%,
|
|
2338
2357
|
black);
|
|
2339
|
-
--cirth-primary-border: var(--cirth-primary-
|
|
2358
|
+
--cirth-primary-border: var(--cirth-primary-surface);
|
|
2340
2359
|
--cirth-primary-underline: oklch(from var(--cirth-primary) l c h / 50%);
|
|
2341
|
-
--cirth-primary-
|
|
2342
|
-
--cirth-primary-
|
|
2360
|
+
--cirth-primary-active: oklch(from var(--cirth-primary) calc(l * 1.124) calc(c * 1.132) h);
|
|
2361
|
+
--cirth-primary-surface-active: color-mix(in oklch,
|
|
2343
2362
|
var(--cirth-primary) 72%,
|
|
2344
2363
|
black);
|
|
2345
|
-
--cirth-primary-
|
|
2346
|
-
--cirth-primary-
|
|
2364
|
+
--cirth-primary-border-active: var(--cirth-primary-surface-active);
|
|
2365
|
+
--cirth-primary-underline-active: var(--cirth-primary-active);
|
|
2347
2366
|
--cirth-primary-focus: oklch(from var(--cirth-primary) l c h / 80%);
|
|
2348
2367
|
--cirth-text-selection-color: oklch(from var(--cirth-primary) calc(l * 1.065) c h / 18.75%);
|
|
2349
|
-
--cirth-primary-
|
|
2368
|
+
--cirth-primary-on-surface: oklch(100% 0 0);
|
|
2350
2369
|
--cirth-code-background-color: oklch(from var(--cirth-canvas) calc(l - .02) c h);
|
|
2351
2370
|
--cirth-card-sectioning-background-color: oklch(from var(--cirth-canvas) calc(l + .025) c h);
|
|
2352
2371
|
--cirth-form-element-background-color: oklch(from var(--cirth-canvas) calc(l - .008) c h);
|
|
@@ -2354,14 +2373,14 @@ details summary[role="button"]:after {
|
|
|
2354
2373
|
--cirth-form-element-active-background-color: var(--cirth-canvas);
|
|
2355
2374
|
--cirth-dropdown-background-color: var(--cirth-card-background-color);
|
|
2356
2375
|
--cirth-popover-background-color: var(--cirth-card-background-color);
|
|
2357
|
-
--cirth-secondary-
|
|
2358
|
-
--cirth-secondary-border: var(--cirth-secondary-
|
|
2359
|
-
--cirth-secondary-
|
|
2360
|
-
--cirth-secondary-
|
|
2361
|
-
--cirth-secondary-
|
|
2362
|
-
--cirth-contrast-border: var(--cirth-contrast-
|
|
2363
|
-
--cirth-contrast-
|
|
2364
|
-
--cirth-contrast-
|
|
2376
|
+
--cirth-secondary-surface: oklch(48.3% .03 280);
|
|
2377
|
+
--cirth-secondary-border: var(--cirth-secondary-surface);
|
|
2378
|
+
--cirth-secondary-border-active: var(--cirth-secondary-surface-active);
|
|
2379
|
+
--cirth-secondary-underline-active: var(--cirth-secondary-active);
|
|
2380
|
+
--cirth-secondary-on-surface: oklch(100% 0 0);
|
|
2381
|
+
--cirth-contrast-border: var(--cirth-contrast-surface);
|
|
2382
|
+
--cirth-contrast-border-active: var(--cirth-contrast-surface-active);
|
|
2383
|
+
--cirth-contrast-underline-active: var(--cirth-contrast-active);
|
|
2365
2384
|
--cirth-mark-background-color: color-mix(in oklab,
|
|
2366
2385
|
var(--cirth-primary) 24%,
|
|
2367
2386
|
var(--cirth-canvas));
|
|
@@ -2386,12 +2405,12 @@ details summary[role="button"]:after {
|
|
|
2386
2405
|
--cirth-form-element-valid-active-border-color: var(--cirth-success-active);
|
|
2387
2406
|
--cirth-form-element-valid-focus-color: var(--cirth-form-element-valid-active-border-color);
|
|
2388
2407
|
--cirth-switch-thumb-box-shadow: 0 0 0 #0000;
|
|
2389
|
-
--cirth-switch-checked-background-color: var(--cirth-primary-
|
|
2390
|
-
--cirth-switch-color: var(--cirth-primary-
|
|
2408
|
+
--cirth-switch-checked-background-color: var(--cirth-primary-surface);
|
|
2409
|
+
--cirth-switch-color: var(--cirth-primary-on-surface);
|
|
2391
2410
|
--cirth-range-thumb-border-color: var(--cirth-background-color);
|
|
2392
|
-
--cirth-range-thumb-color: var(--cirth-secondary);
|
|
2393
|
-
--cirth-range-thumb-active-color: var(--cirth-primary-
|
|
2394
|
-
--cirth-accordion-active-summary-color: var(--cirth-primary-
|
|
2411
|
+
--cirth-range-thumb-color: var(--cirth-secondary-text);
|
|
2412
|
+
--cirth-range-thumb-active-color: var(--cirth-primary-surface);
|
|
2413
|
+
--cirth-accordion-active-summary-color: var(--cirth-primary-active);
|
|
2395
2414
|
--cirth-accordion-close-summary-color: var(--cirth-ink);
|
|
2396
2415
|
--cirth-accordion-open-summary-color: var(--cirth-ink);
|
|
2397
2416
|
--cirth-card-border-color: color-mix(in oklab,
|
|
@@ -2401,7 +2420,7 @@ details summary[role="button"]:after {
|
|
|
2401
2420
|
--cirth-meter-optimum-color: var(--cirth-success);
|
|
2402
2421
|
--cirth-meter-suboptimum-color: var(--cirth-warning);
|
|
2403
2422
|
--cirth-meter-even-less-good-color: var(--cirth-error);
|
|
2404
|
-
--cirth-progress-color: var(--cirth-primary);
|
|
2423
|
+
--cirth-progress-color: var(--cirth-primary-text);
|
|
2405
2424
|
--cirth-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(142, 144, 161)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
2406
2425
|
--cirth-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(142, 144, 161)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
|
2407
2426
|
--cirth-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(142, 144, 161)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
|
@@ -2411,7 +2430,7 @@ details summary[role="button"]:after {
|
|
|
2411
2430
|
}
|
|
2412
2431
|
|
|
2413
2432
|
progress, [type="checkbox"], [type="radio"], [type="range"] {
|
|
2414
|
-
accent-color: var(--cirth-primary);
|
|
2433
|
+
accent-color: var(--cirth-primary-text);
|
|
2415
2434
|
}
|
|
2416
2435
|
|
|
2417
2436
|
@media (prefers-contrast: more) {
|
|
@@ -2424,7 +2443,7 @@ progress, [type="checkbox"], [type="radio"], [type="range"] {
|
|
|
2424
2443
|
--cirth-h5-color: var(--cirth-color);
|
|
2425
2444
|
--cirth-h6-color: var(--cirth-color);
|
|
2426
2445
|
--cirth-muted-color: oklch(39.7% .028 280);
|
|
2427
|
-
--cirth-secondary: oklch(39.7% .028 280);
|
|
2446
|
+
--cirth-secondary-text: oklch(39.7% .028 280);
|
|
2428
2447
|
--cirth-code-color: oklch(35.3% .027 280);
|
|
2429
2448
|
--cirth-link-visited-color: oklch(35.3% .027 280);
|
|
2430
2449
|
--cirth-muted-border-color: oklch(57% .032 280);
|
|
@@ -2436,10 +2455,10 @@ progress, [type="checkbox"], [type="radio"], [type="range"] {
|
|
|
2436
2455
|
--cirth-form-element-invalid-border-color: oklch(48.3% .165 22);
|
|
2437
2456
|
--cirth-form-element-valid-border-color: oklch(48.3% .106 153);
|
|
2438
2457
|
--cirth-primary: oklch(39.7% .081 44);
|
|
2439
|
-
--cirth-primary-
|
|
2458
|
+
--cirth-primary-active: oklch(31% .063 44);
|
|
2440
2459
|
--cirth-primary-underline: var(--cirth-primary);
|
|
2441
|
-
--cirth-secondary-underline: var(--cirth-secondary);
|
|
2442
|
-
--cirth-contrast-underline: var(--cirth-contrast);
|
|
2460
|
+
--cirth-secondary-underline: var(--cirth-secondary-text);
|
|
2461
|
+
--cirth-contrast-underline: var(--cirth-contrast-text);
|
|
2443
2462
|
--cirth-primary-focus: oklch(48.3% .098 44);
|
|
2444
2463
|
--cirth-secondary-focus: oklch(48.3% .03 280);
|
|
2445
2464
|
--cirth-contrast-focus: oklch(48.3% .03 280);
|
|
@@ -2465,7 +2484,7 @@ progress, [type="checkbox"], [type="radio"], [type="range"] {
|
|
|
2465
2484
|
--cirth-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(183, 185, 195)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
|
2466
2485
|
--cirth-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(183, 185, 195)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
|
2467
2486
|
--cirth-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(183, 185, 195)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
|
2468
|
-
--cirth-secondary: oklch(78.7% .014 280);
|
|
2487
|
+
--cirth-secondary-text: oklch(78.7% .014 280);
|
|
2469
2488
|
--cirth-code-color: oklch(83% .011 280);
|
|
2470
2489
|
--cirth-link-visited-color: oklch(78.7% .014 280);
|
|
2471
2490
|
--cirth-muted-border-color: oklch(57% .032 280);
|
|
@@ -2474,12 +2493,12 @@ progress, [type="checkbox"], [type="radio"], [type="range"] {
|
|
|
2474
2493
|
--cirth-form-element-invalid-border-color: oklch(78.7% .105 22);
|
|
2475
2494
|
--cirth-form-element-valid-border-color: oklch(78.7% .172 153);
|
|
2476
2495
|
--cirth-primary: oklch(78.7% .092 44);
|
|
2477
|
-
--cirth-primary-
|
|
2478
|
-
--cirth-primary-
|
|
2479
|
-
--cirth-primary-
|
|
2496
|
+
--cirth-primary-active: oklch(87.3% .051 44);
|
|
2497
|
+
--cirth-primary-surface: oklch(44% .09 44);
|
|
2498
|
+
--cirth-primary-surface-active: oklch(39.7% .081 44);
|
|
2480
2499
|
--cirth-primary-underline: var(--cirth-primary);
|
|
2481
|
-
--cirth-secondary-underline: var(--cirth-secondary);
|
|
2482
|
-
--cirth-contrast-underline: var(--cirth-contrast);
|
|
2500
|
+
--cirth-secondary-underline: var(--cirth-secondary-text);
|
|
2501
|
+
--cirth-contrast-underline: var(--cirth-contrast-text);
|
|
2483
2502
|
--cirth-primary-focus: oklch(70% .141 44);
|
|
2484
2503
|
--cirth-secondary-focus: oklch(70% .021 280);
|
|
2485
2504
|
--cirth-contrast-focus: oklch(87.3% .007 280);
|
|
@@ -2505,7 +2524,7 @@ progress, [type="checkbox"], [type="radio"], [type="range"] {
|
|
|
2505
2524
|
--cirth-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(183, 185, 195)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
|
2506
2525
|
--cirth-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(183, 185, 195)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
|
2507
2526
|
--cirth-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(183, 185, 195)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
|
2508
|
-
--cirth-secondary: oklch(78.7% .014 280);
|
|
2527
|
+
--cirth-secondary-text: oklch(78.7% .014 280);
|
|
2509
2528
|
--cirth-code-color: oklch(83% .011 280);
|
|
2510
2529
|
--cirth-link-visited-color: oklch(78.7% .014 280);
|
|
2511
2530
|
--cirth-muted-border-color: oklch(57% .032 280);
|
|
@@ -2514,12 +2533,12 @@ progress, [type="checkbox"], [type="radio"], [type="range"] {
|
|
|
2514
2533
|
--cirth-form-element-invalid-border-color: oklch(78.7% .105 22);
|
|
2515
2534
|
--cirth-form-element-valid-border-color: oklch(78.7% .172 153);
|
|
2516
2535
|
--cirth-primary: oklch(78.7% .092 44);
|
|
2517
|
-
--cirth-primary-
|
|
2518
|
-
--cirth-primary-
|
|
2519
|
-
--cirth-primary-
|
|
2536
|
+
--cirth-primary-active: oklch(87.3% .051 44);
|
|
2537
|
+
--cirth-primary-surface: oklch(44% .09 44);
|
|
2538
|
+
--cirth-primary-surface-active: oklch(39.7% .081 44);
|
|
2520
2539
|
--cirth-primary-underline: var(--cirth-primary);
|
|
2521
|
-
--cirth-secondary-underline: var(--cirth-secondary);
|
|
2522
|
-
--cirth-contrast-underline: var(--cirth-contrast);
|
|
2540
|
+
--cirth-secondary-underline: var(--cirth-secondary-text);
|
|
2541
|
+
--cirth-contrast-underline: var(--cirth-contrast-text);
|
|
2523
2542
|
--cirth-primary-focus: oklch(70% .141 44);
|
|
2524
2543
|
--cirth-secondary-focus: oklch(70% .021 280);
|
|
2525
2544
|
--cirth-contrast-focus: oklch(87.3% .007 280);
|