@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
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
.cirth :where(a:not([role="button"])), .cirth [role="link"] {
|
|
213
|
-
--cirth-color: var(--cirth-primary);
|
|
213
|
+
--cirth-color: var(--cirth-primary-text);
|
|
214
214
|
--cirth-background-color: transparent;
|
|
215
215
|
--cirth-underline: var(--cirth-primary-underline);
|
|
216
216
|
background-color: var(--cirth-background-color);
|
|
@@ -224,8 +224,8 @@
|
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
.cirth :where(a:not([role="button"])):is([aria-current]:not([aria-current="false"]), :hover, :active, :focus), .cirth [role="link"]:is([aria-current]:not([aria-current="false"]), :hover, :active, :focus) {
|
|
227
|
-
--cirth-color: var(--cirth-primary-
|
|
228
|
-
--cirth-underline: var(--cirth-primary-
|
|
227
|
+
--cirth-color: var(--cirth-primary-active);
|
|
228
|
+
--cirth-underline: var(--cirth-primary-underline-active);
|
|
229
229
|
--cirth-text-decoration: underline;
|
|
230
230
|
}
|
|
231
231
|
|
|
@@ -257,9 +257,9 @@
|
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
.cirth button, .cirth [type="submit"], .cirth [type="reset"], .cirth [type="button"], .cirth [role="button"] {
|
|
260
|
-
--cirth-background-color: var(--cirth-primary-
|
|
260
|
+
--cirth-background-color: var(--cirth-primary-surface);
|
|
261
261
|
--cirth-border-color: var(--cirth-primary-border);
|
|
262
|
-
--cirth-color: var(--cirth-primary-
|
|
262
|
+
--cirth-color: var(--cirth-primary-on-surface);
|
|
263
263
|
--cirth-box-shadow: var(--cirth-button-box-shadow, 0 0 0 #0000);
|
|
264
264
|
max-width: 100%;
|
|
265
265
|
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);
|
|
@@ -282,9 +282,9 @@
|
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
.cirth [type="file"]::file-selector-button {
|
|
285
|
-
--cirth-background-color: var(--cirth-primary-
|
|
285
|
+
--cirth-background-color: var(--cirth-primary-surface);
|
|
286
286
|
--cirth-border-color: var(--cirth-primary-border);
|
|
287
|
-
--cirth-color: var(--cirth-primary-
|
|
287
|
+
--cirth-color: var(--cirth-primary-on-surface);
|
|
288
288
|
--cirth-box-shadow: var(--cirth-button-box-shadow, 0 0 0 #0000);
|
|
289
289
|
max-width: 100%;
|
|
290
290
|
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);
|
|
@@ -307,24 +307,24 @@
|
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
.cirth button[aria-current]:not([aria-current="false"]), .cirth button:is(:hover, :active, :focus), .cirth [type="submit"][aria-current]:not([aria-current="false"]), .cirth [type="submit"]:is(:hover, :active, :focus), .cirth [type="reset"][aria-current]:not([aria-current="false"]), .cirth [type="reset"]:is(:hover, :active, :focus), .cirth [type="button"][aria-current]:not([aria-current="false"]), .cirth [type="button"]:is(:hover, :active, :focus), .cirth [role="button"][aria-current]:not([aria-current="false"]), .cirth [role="button"]:is(:hover, :active, :focus) {
|
|
310
|
-
--cirth-background-color: var(--cirth-primary-
|
|
311
|
-
--cirth-border-color: var(--cirth-primary-
|
|
310
|
+
--cirth-background-color: var(--cirth-primary-surface-active);
|
|
311
|
+
--cirth-border-color: var(--cirth-primary-border-active);
|
|
312
312
|
--cirth-box-shadow: var(--cirth-button-hover-box-shadow, 0 0 0 #0000);
|
|
313
|
-
--cirth-color: var(--cirth-primary-
|
|
313
|
+
--cirth-color: var(--cirth-primary-on-surface);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
.cirth [type="file"]::file-selector-button:is() {
|
|
317
|
-
--cirth-background-color: var(--cirth-primary-
|
|
318
|
-
--cirth-border-color: var(--cirth-primary-
|
|
317
|
+
--cirth-background-color: var(--cirth-primary-surface-active);
|
|
318
|
+
--cirth-border-color: var(--cirth-primary-border-active);
|
|
319
319
|
--cirth-box-shadow: var(--cirth-button-hover-box-shadow, 0 0 0 #0000);
|
|
320
|
-
--cirth-color: var(--cirth-primary-
|
|
320
|
+
--cirth-color: var(--cirth-primary-on-surface);
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
.cirth [type="file"]::file-selector-button:is(:hover, :active, :focus) {
|
|
324
|
-
--cirth-background-color: var(--cirth-primary-
|
|
325
|
-
--cirth-border-color: var(--cirth-primary-
|
|
324
|
+
--cirth-background-color: var(--cirth-primary-surface-active);
|
|
325
|
+
--cirth-border-color: var(--cirth-primary-border-active);
|
|
326
326
|
--cirth-box-shadow: var(--cirth-button-hover-box-shadow, 0 0 0 #0000);
|
|
327
|
-
--cirth-color: var(--cirth-primary-
|
|
327
|
+
--cirth-color: var(--cirth-primary-on-surface);
|
|
328
328
|
}
|
|
329
329
|
|
|
330
330
|
.cirth button:active, .cirth [type="submit"]:active, .cirth [type="reset"]:active, .cirth [type="button"]:active, .cirth [role="button"]:active {
|
|
@@ -346,29 +346,29 @@
|
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
.cirth [type="reset"] {
|
|
349
|
-
--cirth-background-color: var(--cirth-secondary-
|
|
349
|
+
--cirth-background-color: var(--cirth-secondary-surface);
|
|
350
350
|
--cirth-border-color: var(--cirth-secondary-border);
|
|
351
|
-
--cirth-color: var(--cirth-secondary-
|
|
351
|
+
--cirth-color: var(--cirth-secondary-on-surface);
|
|
352
352
|
cursor: pointer;
|
|
353
353
|
}
|
|
354
354
|
|
|
355
355
|
.cirth [type="file"]::file-selector-button {
|
|
356
|
-
--cirth-background-color: var(--cirth-secondary-
|
|
356
|
+
--cirth-background-color: var(--cirth-secondary-surface);
|
|
357
357
|
--cirth-border-color: var(--cirth-secondary-border);
|
|
358
|
-
--cirth-color: var(--cirth-secondary-
|
|
358
|
+
--cirth-color: var(--cirth-secondary-on-surface);
|
|
359
359
|
cursor: pointer;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
.cirth [type="reset"]:is([aria-current]:not([aria-current="false"]), :hover, :active, :focus) {
|
|
363
|
-
--cirth-background-color: var(--cirth-secondary-
|
|
364
|
-
--cirth-border-color: var(--cirth-secondary-
|
|
365
|
-
--cirth-color: var(--cirth-secondary-
|
|
363
|
+
--cirth-background-color: var(--cirth-secondary-surface-active);
|
|
364
|
+
--cirth-border-color: var(--cirth-secondary-border-active);
|
|
365
|
+
--cirth-color: var(--cirth-secondary-on-surface);
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
.cirth [type="file"]::file-selector-button:is(:hover, :active, :focus) {
|
|
369
|
-
--cirth-background-color: var(--cirth-secondary-
|
|
370
|
-
--cirth-border-color: var(--cirth-secondary-
|
|
371
|
-
--cirth-color: var(--cirth-secondary-
|
|
369
|
+
--cirth-background-color: var(--cirth-secondary-surface-active);
|
|
370
|
+
--cirth-border-color: var(--cirth-secondary-border-active);
|
|
371
|
+
--cirth-color: var(--cirth-secondary-on-surface);
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
.cirth [type="reset"]:focus-visible {
|
|
@@ -613,6 +613,20 @@
|
|
|
613
613
|
border-style: dashed;
|
|
614
614
|
}
|
|
615
615
|
|
|
616
|
+
.cirth input[type="number"][readonly] {
|
|
617
|
+
appearance: textfield;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.cirth input[type="number"][readonly]::-webkit-inner-spin-button {
|
|
621
|
+
-webkit-appearance: none;
|
|
622
|
+
margin: 0;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
.cirth input[type="number"][readonly]::-webkit-outer-spin-button {
|
|
626
|
+
-webkit-appearance: none;
|
|
627
|
+
margin: 0;
|
|
628
|
+
}
|
|
629
|
+
|
|
616
630
|
.cirth input:not([type="submit"], [type="button"], [type="reset"], [type="checkbox"], [type="radio"], [readonly]):is(:active, :focus), .cirth :where(select, textarea):not([readonly]):is(:active, :focus) {
|
|
617
631
|
--cirth-background-color: var(--cirth-form-element-active-background-color);
|
|
618
632
|
}
|
|
@@ -779,7 +793,7 @@
|
|
|
779
793
|
}
|
|
780
794
|
|
|
781
795
|
.cirth [type="checkbox"]:checked, .cirth [type="checkbox"]:checked:active, .cirth [type="checkbox"]:checked:focus, .cirth [type="radio"]:checked, .cirth [type="radio"]:checked:active, .cirth [type="radio"]:checked:focus {
|
|
782
|
-
--cirth-background-color: var(--cirth-primary-
|
|
796
|
+
--cirth-background-color: var(--cirth-primary-surface);
|
|
783
797
|
--cirth-border-color: var(--cirth-primary-border);
|
|
784
798
|
}
|
|
785
799
|
|
|
@@ -794,7 +808,7 @@
|
|
|
794
808
|
}
|
|
795
809
|
|
|
796
810
|
.cirth [type="checkbox"]:not([role="switch"]):checked:before, .cirth [type="checkbox"]:not([role="switch"]):indeterminate:before {
|
|
797
|
-
background-color: var(--cirth-primary-
|
|
811
|
+
background-color: var(--cirth-primary-on-surface);
|
|
798
812
|
content: "";
|
|
799
813
|
width: 100%;
|
|
800
814
|
height: 100%;
|
|
@@ -815,7 +829,7 @@
|
|
|
815
829
|
}
|
|
816
830
|
|
|
817
831
|
.cirth [type="checkbox"]:not([role="switch"]):indeterminate {
|
|
818
|
-
--cirth-background-color: var(--cirth-primary-
|
|
832
|
+
--cirth-background-color: var(--cirth-primary-surface);
|
|
819
833
|
--cirth-border-color: var(--cirth-primary-border);
|
|
820
834
|
}
|
|
821
835
|
|
|
@@ -828,7 +842,7 @@
|
|
|
828
842
|
}
|
|
829
843
|
|
|
830
844
|
.cirth [type="radio"]:checked, .cirth [type="radio"]:checked:active, .cirth [type="radio"]:checked:focus {
|
|
831
|
-
--cirth-background-color: var(--cirth-primary-
|
|
845
|
+
--cirth-background-color: var(--cirth-primary-on-surface);
|
|
832
846
|
border-width: .42em;
|
|
833
847
|
}
|
|
834
848
|
|
|
@@ -992,8 +1006,8 @@
|
|
|
992
1006
|
}
|
|
993
1007
|
|
|
994
1008
|
.cirth [type="file"]:is(:hover, :active, :focus)::file-selector-button {
|
|
995
|
-
--cirth-background-color: var(--cirth-secondary-
|
|
996
|
-
--cirth-border-color: var(--cirth-secondary-
|
|
1009
|
+
--cirth-background-color: var(--cirth-secondary-surface-active);
|
|
1010
|
+
--cirth-border-color: var(--cirth-secondary-border-active);
|
|
997
1011
|
}
|
|
998
1012
|
|
|
999
1013
|
.cirth [type="file"]:focus::file-selector-button {
|
|
@@ -1055,7 +1069,7 @@
|
|
|
1055
1069
|
@media (hover: hover) and (pointer: fine) {
|
|
1056
1070
|
.cirth [type="range"]:hover:not(:active, :focus, :disabled) {
|
|
1057
1071
|
--cirth-range-border-color: var(--cirth-range-active-border-color);
|
|
1058
|
-
--cirth-range-thumb-color: var(--cirth-secondary-
|
|
1072
|
+
--cirth-range-thumb-color: var(--cirth-secondary-active);
|
|
1059
1073
|
}
|
|
1060
1074
|
}
|
|
1061
1075
|
|
|
@@ -1335,7 +1349,7 @@
|
|
|
1335
1349
|
--cirth-button-box-shadow: 0 0 0 var(--cirth-border-width)
|
|
1336
1350
|
var(--cirth-primary-border);
|
|
1337
1351
|
--cirth-button-hover-box-shadow: 0 0 0 var(--cirth-border-width)
|
|
1338
|
-
var(--cirth-primary-
|
|
1352
|
+
var(--cirth-primary-border-active);
|
|
1339
1353
|
}
|
|
1340
1354
|
|
|
1341
1355
|
.cirth [role="search"] button:focus, .cirth [role="search"] [type="submit"]:focus, .cirth [role="search"] [type="reset"]:focus, .cirth [role="search"] [type="button"]:focus, .cirth [role="search"] [role="button"]:focus, .cirth [role="group"]:not(fieldset) button:focus, .cirth [role="group"]:not(fieldset) [type="submit"]:focus, .cirth [role="group"]:not(fieldset) [type="reset"]:focus, .cirth [role="group"]:not(fieldset) [type="button"]:focus, .cirth [role="group"]:not(fieldset) [role="button"]:focus {
|
|
@@ -1666,11 +1680,11 @@
|
|
|
1666
1680
|
.cirth header:not(:is(article, aside, dialog, figure, li, nav, section, td) *) > nav li :where(a:not([role="button"]), [role="link"]):is(:hover, :focus, :active) {
|
|
1667
1681
|
--cirth-color: color-mix(in oklch,
|
|
1668
1682
|
var(--cirth-muted-color),
|
|
1669
|
-
var(--cirth-contrast));
|
|
1683
|
+
var(--cirth-contrast-text));
|
|
1670
1684
|
}
|
|
1671
1685
|
|
|
1672
1686
|
.cirth 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"]) {
|
|
1673
|
-
--cirth-color: var(--cirth-contrast);
|
|
1687
|
+
--cirth-color: var(--cirth-contrast-text);
|
|
1674
1688
|
font-weight: var(--cirth-font-weight-semibold);
|
|
1675
1689
|
}
|
|
1676
1690
|
|
|
@@ -2097,18 +2111,18 @@
|
|
|
2097
2111
|
--cirth-success: light-dark(oklch(52.7% .115 153), oklch(65.7% .144 153));
|
|
2098
2112
|
--cirth-warning: light-dark(oklch(48.3% .084 89.5), oklch(70% .122 89.5));
|
|
2099
2113
|
--cirth-primary: light-dark(oklch(52.7% .107 44), oklch(65.7% .134 44));
|
|
2100
|
-
--cirth-secondary: light-dark(oklch(52.7% .031 280), oklch(70% .021 280));
|
|
2114
|
+
--cirth-secondary-text: light-dark(oklch(52.7% .031 280), oklch(70% .021 280));
|
|
2101
2115
|
--cirth-secondary-underline: light-dark(oklch(52.7% .031 280 / .5), oklch(70% .021 280 / .5));
|
|
2102
|
-
--cirth-secondary-
|
|
2103
|
-
--cirth-secondary-
|
|
2116
|
+
--cirth-secondary-active: light-dark(oklch(44% .029 280), oklch(78.7% .014 280));
|
|
2117
|
+
--cirth-secondary-surface-active: light-dark(oklch(44% .029 280), oklch(52.7% .031 280));
|
|
2104
2118
|
--cirth-secondary-focus: light-dark(oklch(48.3% .03 280 / .7), oklch(70% .021 280 / .7));
|
|
2105
|
-
--cirth-contrast: light-dark(oklch(22.3% .023 280), oklch(91.7% .004 280));
|
|
2106
|
-
--cirth-contrast-
|
|
2119
|
+
--cirth-contrast-text: light-dark(oklch(22.3% .023 280), oklch(91.7% .004 280));
|
|
2120
|
+
--cirth-contrast-surface: light-dark(oklch(22.3% .023 280), oklch(96% 0 280));
|
|
2107
2121
|
--cirth-contrast-underline: light-dark(oklch(22.3% .023 280 / .5), oklch(91.7% .004 280 / .5));
|
|
2108
|
-
--cirth-contrast-
|
|
2109
|
-
--cirth-contrast-
|
|
2122
|
+
--cirth-contrast-active: light-dark(oklch(0% 0 0), oklch(100% 0 0));
|
|
2123
|
+
--cirth-contrast-surface-active: light-dark(oklch(0% 0 0), oklch(100% 0 0));
|
|
2110
2124
|
--cirth-contrast-focus: light-dark(oklch(48.3% .03 280 / .7), oklch(87.3% .007 280 / .5));
|
|
2111
|
-
--cirth-contrast-
|
|
2125
|
+
--cirth-contrast-on-surface: light-dark(oklch(100% 0 0), oklch(0% 0 0));
|
|
2112
2126
|
--cirth-link-visited-color: light-dark(oklch(48.3% 0 280), oklch(65.7% 0 280));
|
|
2113
2127
|
--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),
|
|
2114
2128
|
.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));
|
|
@@ -2144,17 +2158,20 @@
|
|
|
2144
2158
|
--cirth-warning-border: oklch(from var(--cirth-warning) calc(l * 1.269) calc(c * 1.267) h);
|
|
2145
2159
|
--cirth-warning-active: oklch(from var(--cirth-warning) calc(l * 1.091) calc(c * 1.081) h);
|
|
2146
2160
|
--cirth-warning-surface: oklch(from var(--cirth-warning) 93% .05 h);
|
|
2147
|
-
--cirth-primary-
|
|
2148
|
-
--cirth-primary-
|
|
2161
|
+
--cirth-primary-text: var(--cirth-primary);
|
|
2162
|
+
--cirth-primary-surface: var(--cirth-primary);
|
|
2163
|
+
--cirth-primary-border: var(--cirth-primary-surface);
|
|
2149
2164
|
--cirth-primary-underline: oklch(from var(--cirth-primary) l c h / 50%);
|
|
2150
|
-
--cirth-primary-
|
|
2151
|
-
|
|
2165
|
+
--cirth-primary-active: color-mix(in oklch,
|
|
2166
|
+
var(--cirth-primary) 83.5%,
|
|
2167
|
+
black);
|
|
2168
|
+
--cirth-primary-surface-active: color-mix(in oklch,
|
|
2152
2169
|
var(--cirth-primary) 91.7%,
|
|
2153
2170
|
black);
|
|
2154
|
-
--cirth-primary-
|
|
2155
|
-
--cirth-primary-
|
|
2171
|
+
--cirth-primary-border-active: var(--cirth-primary-surface-active);
|
|
2172
|
+
--cirth-primary-underline-active: var(--cirth-primary-active);
|
|
2156
2173
|
--cirth-primary-focus: oklch(from var(--cirth-primary) l c h / 75%);
|
|
2157
|
-
--cirth-primary-
|
|
2174
|
+
--cirth-primary-on-surface: oklch(100% 0 0);
|
|
2158
2175
|
--cirth-text-selection-color: oklch(from var(--cirth-primary) calc(l * 1.247) c h / 25%);
|
|
2159
2176
|
--cirth-code-background-color: oklch(from var(--cirth-canvas) calc(l - .019) c h);
|
|
2160
2177
|
--cirth-card-sectioning-background-color: oklch(from var(--cirth-canvas) calc(l + .009) c h);
|
|
@@ -2163,14 +2180,14 @@
|
|
|
2163
2180
|
--cirth-form-element-active-background-color: var(--cirth-canvas);
|
|
2164
2181
|
--cirth-dropdown-background-color: var(--cirth-card-background-color);
|
|
2165
2182
|
--cirth-popover-background-color: var(--cirth-card-background-color);
|
|
2166
|
-
--cirth-secondary-
|
|
2167
|
-
--cirth-secondary-border: var(--cirth-secondary-
|
|
2168
|
-
--cirth-secondary-
|
|
2169
|
-
--cirth-secondary-
|
|
2170
|
-
--cirth-secondary-
|
|
2171
|
-
--cirth-contrast-border: var(--cirth-contrast-
|
|
2172
|
-
--cirth-contrast-
|
|
2173
|
-
--cirth-contrast-
|
|
2183
|
+
--cirth-secondary-surface: oklch(48.3% .03 280);
|
|
2184
|
+
--cirth-secondary-border: var(--cirth-secondary-surface);
|
|
2185
|
+
--cirth-secondary-border-active: var(--cirth-secondary-surface-active);
|
|
2186
|
+
--cirth-secondary-underline-active: var(--cirth-secondary-active);
|
|
2187
|
+
--cirth-secondary-on-surface: oklch(100% 0 0);
|
|
2188
|
+
--cirth-contrast-border: var(--cirth-contrast-surface);
|
|
2189
|
+
--cirth-contrast-border-active: var(--cirth-contrast-surface-active);
|
|
2190
|
+
--cirth-contrast-underline-active: var(--cirth-secondary-active);
|
|
2174
2191
|
--cirth-mark-background-color: color-mix(in oklab,
|
|
2175
2192
|
var(--cirth-primary) 18%,
|
|
2176
2193
|
var(--cirth-canvas));
|
|
@@ -2195,12 +2212,12 @@
|
|
|
2195
2212
|
--cirth-form-element-valid-active-border-color: var(--cirth-success-active);
|
|
2196
2213
|
--cirth-form-element-valid-focus-color: var(--cirth-form-element-valid-active-border-color);
|
|
2197
2214
|
--cirth-switch-thumb-box-shadow: 0 0 0 #0000;
|
|
2198
|
-
--cirth-switch-checked-background-color: var(--cirth-primary-
|
|
2199
|
-
--cirth-switch-color: var(--cirth-primary-
|
|
2215
|
+
--cirth-switch-checked-background-color: var(--cirth-primary-surface);
|
|
2216
|
+
--cirth-switch-color: var(--cirth-primary-on-surface);
|
|
2200
2217
|
--cirth-range-thumb-border-color: var(--cirth-background-color);
|
|
2201
|
-
--cirth-range-thumb-color: var(--cirth-secondary);
|
|
2202
|
-
--cirth-range-thumb-active-color: var(--cirth-primary-
|
|
2203
|
-
--cirth-accordion-active-summary-color: var(--cirth-primary-
|
|
2218
|
+
--cirth-range-thumb-color: var(--cirth-secondary-text);
|
|
2219
|
+
--cirth-range-thumb-active-color: var(--cirth-primary-surface);
|
|
2220
|
+
--cirth-accordion-active-summary-color: var(--cirth-primary-active);
|
|
2204
2221
|
--cirth-accordion-close-summary-color: var(--cirth-ink);
|
|
2205
2222
|
--cirth-accordion-open-summary-color: var(--cirth-ink);
|
|
2206
2223
|
--cirth-card-border-color: color-mix(in oklab,
|
|
@@ -2210,7 +2227,7 @@
|
|
|
2210
2227
|
--cirth-meter-optimum-color: var(--cirth-success);
|
|
2211
2228
|
--cirth-meter-suboptimum-color: var(--cirth-warning);
|
|
2212
2229
|
--cirth-meter-even-less-good-color: var(--cirth-error);
|
|
2213
|
-
--cirth-progress-color: var(--cirth-primary-
|
|
2230
|
+
--cirth-progress-color: var(--cirth-primary-surface);
|
|
2214
2231
|
--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");
|
|
2215
2232
|
--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");
|
|
2216
2233
|
--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");
|
|
@@ -2234,20 +2251,21 @@
|
|
|
2234
2251
|
--cirth-warning-border: var(--cirth-warning);
|
|
2235
2252
|
--cirth-warning-active: oklch(from var(--cirth-warning) calc(l * 1.124) calc(c * 1.121) h);
|
|
2236
2253
|
--cirth-warning-surface: oklch(from var(--cirth-warning) 35.3% .063 h);
|
|
2237
|
-
--cirth-primary-
|
|
2254
|
+
--cirth-primary-text: var(--cirth-primary);
|
|
2255
|
+
--cirth-primary-surface: color-mix(in oklch,
|
|
2238
2256
|
var(--cirth-primary) 75.2%,
|
|
2239
2257
|
black);
|
|
2240
|
-
--cirth-primary-border: var(--cirth-primary-
|
|
2258
|
+
--cirth-primary-border: var(--cirth-primary-surface);
|
|
2241
2259
|
--cirth-primary-underline: oklch(from var(--cirth-primary) l c h / 50%);
|
|
2242
|
-
--cirth-primary-
|
|
2243
|
-
--cirth-primary-
|
|
2260
|
+
--cirth-primary-active: oklch(from var(--cirth-primary) calc(l * 1.124) calc(c * 1.132) h);
|
|
2261
|
+
--cirth-primary-surface-active: color-mix(in oklch,
|
|
2244
2262
|
var(--cirth-primary) 72%,
|
|
2245
2263
|
black);
|
|
2246
|
-
--cirth-primary-
|
|
2247
|
-
--cirth-primary-
|
|
2264
|
+
--cirth-primary-border-active: var(--cirth-primary-surface-active);
|
|
2265
|
+
--cirth-primary-underline-active: var(--cirth-primary-active);
|
|
2248
2266
|
--cirth-primary-focus: oklch(from var(--cirth-primary) l c h / 80%);
|
|
2249
2267
|
--cirth-text-selection-color: oklch(from var(--cirth-primary) calc(l * 1.065) c h / 18.75%);
|
|
2250
|
-
--cirth-primary-
|
|
2268
|
+
--cirth-primary-on-surface: oklch(100% 0 0);
|
|
2251
2269
|
--cirth-code-background-color: oklch(from var(--cirth-canvas) calc(l - .02) c h);
|
|
2252
2270
|
--cirth-card-sectioning-background-color: oklch(from var(--cirth-canvas) calc(l + .025) c h);
|
|
2253
2271
|
--cirth-form-element-background-color: oklch(from var(--cirth-canvas) calc(l - .008) c h);
|
|
@@ -2255,14 +2273,14 @@
|
|
|
2255
2273
|
--cirth-form-element-active-background-color: var(--cirth-canvas);
|
|
2256
2274
|
--cirth-dropdown-background-color: var(--cirth-card-background-color);
|
|
2257
2275
|
--cirth-popover-background-color: var(--cirth-card-background-color);
|
|
2258
|
-
--cirth-secondary-
|
|
2259
|
-
--cirth-secondary-border: var(--cirth-secondary-
|
|
2260
|
-
--cirth-secondary-
|
|
2261
|
-
--cirth-secondary-
|
|
2262
|
-
--cirth-secondary-
|
|
2263
|
-
--cirth-contrast-border: var(--cirth-contrast-
|
|
2264
|
-
--cirth-contrast-
|
|
2265
|
-
--cirth-contrast-
|
|
2276
|
+
--cirth-secondary-surface: oklch(48.3% .03 280);
|
|
2277
|
+
--cirth-secondary-border: var(--cirth-secondary-surface);
|
|
2278
|
+
--cirth-secondary-border-active: var(--cirth-secondary-surface-active);
|
|
2279
|
+
--cirth-secondary-underline-active: var(--cirth-secondary-active);
|
|
2280
|
+
--cirth-secondary-on-surface: oklch(100% 0 0);
|
|
2281
|
+
--cirth-contrast-border: var(--cirth-contrast-surface);
|
|
2282
|
+
--cirth-contrast-border-active: var(--cirth-contrast-surface-active);
|
|
2283
|
+
--cirth-contrast-underline-active: var(--cirth-contrast-active);
|
|
2266
2284
|
--cirth-mark-background-color: color-mix(in oklab,
|
|
2267
2285
|
var(--cirth-primary) 24%,
|
|
2268
2286
|
var(--cirth-canvas));
|
|
@@ -2287,12 +2305,12 @@
|
|
|
2287
2305
|
--cirth-form-element-valid-active-border-color: var(--cirth-success-active);
|
|
2288
2306
|
--cirth-form-element-valid-focus-color: var(--cirth-form-element-valid-active-border-color);
|
|
2289
2307
|
--cirth-switch-thumb-box-shadow: 0 0 0 #0000;
|
|
2290
|
-
--cirth-switch-checked-background-color: var(--cirth-primary-
|
|
2291
|
-
--cirth-switch-color: var(--cirth-primary-
|
|
2308
|
+
--cirth-switch-checked-background-color: var(--cirth-primary-surface);
|
|
2309
|
+
--cirth-switch-color: var(--cirth-primary-on-surface);
|
|
2292
2310
|
--cirth-range-thumb-border-color: var(--cirth-background-color);
|
|
2293
|
-
--cirth-range-thumb-color: var(--cirth-secondary);
|
|
2294
|
-
--cirth-range-thumb-active-color: var(--cirth-primary-
|
|
2295
|
-
--cirth-accordion-active-summary-color: var(--cirth-primary-
|
|
2311
|
+
--cirth-range-thumb-color: var(--cirth-secondary-text);
|
|
2312
|
+
--cirth-range-thumb-active-color: var(--cirth-primary-surface);
|
|
2313
|
+
--cirth-accordion-active-summary-color: var(--cirth-primary-active);
|
|
2296
2314
|
--cirth-accordion-close-summary-color: var(--cirth-ink);
|
|
2297
2315
|
--cirth-accordion-open-summary-color: var(--cirth-ink);
|
|
2298
2316
|
--cirth-card-border-color: color-mix(in oklab,
|
|
@@ -2302,7 +2320,7 @@
|
|
|
2302
2320
|
--cirth-meter-optimum-color: var(--cirth-success);
|
|
2303
2321
|
--cirth-meter-suboptimum-color: var(--cirth-warning);
|
|
2304
2322
|
--cirth-meter-even-less-good-color: var(--cirth-error);
|
|
2305
|
-
--cirth-progress-color: var(--cirth-primary);
|
|
2323
|
+
--cirth-progress-color: var(--cirth-primary-text);
|
|
2306
2324
|
--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");
|
|
2307
2325
|
--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");
|
|
2308
2326
|
--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");
|
|
@@ -2326,20 +2344,21 @@
|
|
|
2326
2344
|
--cirth-warning-border: var(--cirth-warning);
|
|
2327
2345
|
--cirth-warning-active: oklch(from var(--cirth-warning) calc(l * 1.124) calc(c * 1.121) h);
|
|
2328
2346
|
--cirth-warning-surface: oklch(from var(--cirth-warning) 35.3% .063 h);
|
|
2329
|
-
--cirth-primary-
|
|
2347
|
+
--cirth-primary-text: var(--cirth-primary);
|
|
2348
|
+
--cirth-primary-surface: color-mix(in oklch,
|
|
2330
2349
|
var(--cirth-primary) 75.2%,
|
|
2331
2350
|
black);
|
|
2332
|
-
--cirth-primary-border: var(--cirth-primary-
|
|
2351
|
+
--cirth-primary-border: var(--cirth-primary-surface);
|
|
2333
2352
|
--cirth-primary-underline: oklch(from var(--cirth-primary) l c h / 50%);
|
|
2334
|
-
--cirth-primary-
|
|
2335
|
-
--cirth-primary-
|
|
2353
|
+
--cirth-primary-active: oklch(from var(--cirth-primary) calc(l * 1.124) calc(c * 1.132) h);
|
|
2354
|
+
--cirth-primary-surface-active: color-mix(in oklch,
|
|
2336
2355
|
var(--cirth-primary) 72%,
|
|
2337
2356
|
black);
|
|
2338
|
-
--cirth-primary-
|
|
2339
|
-
--cirth-primary-
|
|
2357
|
+
--cirth-primary-border-active: var(--cirth-primary-surface-active);
|
|
2358
|
+
--cirth-primary-underline-active: var(--cirth-primary-active);
|
|
2340
2359
|
--cirth-primary-focus: oklch(from var(--cirth-primary) l c h / 80%);
|
|
2341
2360
|
--cirth-text-selection-color: oklch(from var(--cirth-primary) calc(l * 1.065) c h / 18.75%);
|
|
2342
|
-
--cirth-primary-
|
|
2361
|
+
--cirth-primary-on-surface: oklch(100% 0 0);
|
|
2343
2362
|
--cirth-code-background-color: oklch(from var(--cirth-canvas) calc(l - .02) c h);
|
|
2344
2363
|
--cirth-card-sectioning-background-color: oklch(from var(--cirth-canvas) calc(l + .025) c h);
|
|
2345
2364
|
--cirth-form-element-background-color: oklch(from var(--cirth-canvas) calc(l - .008) c h);
|
|
@@ -2347,14 +2366,14 @@
|
|
|
2347
2366
|
--cirth-form-element-active-background-color: var(--cirth-canvas);
|
|
2348
2367
|
--cirth-dropdown-background-color: var(--cirth-card-background-color);
|
|
2349
2368
|
--cirth-popover-background-color: var(--cirth-card-background-color);
|
|
2350
|
-
--cirth-secondary-
|
|
2351
|
-
--cirth-secondary-border: var(--cirth-secondary-
|
|
2352
|
-
--cirth-secondary-
|
|
2353
|
-
--cirth-secondary-
|
|
2354
|
-
--cirth-secondary-
|
|
2355
|
-
--cirth-contrast-border: var(--cirth-contrast-
|
|
2356
|
-
--cirth-contrast-
|
|
2357
|
-
--cirth-contrast-
|
|
2369
|
+
--cirth-secondary-surface: oklch(48.3% .03 280);
|
|
2370
|
+
--cirth-secondary-border: var(--cirth-secondary-surface);
|
|
2371
|
+
--cirth-secondary-border-active: var(--cirth-secondary-surface-active);
|
|
2372
|
+
--cirth-secondary-underline-active: var(--cirth-secondary-active);
|
|
2373
|
+
--cirth-secondary-on-surface: oklch(100% 0 0);
|
|
2374
|
+
--cirth-contrast-border: var(--cirth-contrast-surface);
|
|
2375
|
+
--cirth-contrast-border-active: var(--cirth-contrast-surface-active);
|
|
2376
|
+
--cirth-contrast-underline-active: var(--cirth-contrast-active);
|
|
2358
2377
|
--cirth-mark-background-color: color-mix(in oklab,
|
|
2359
2378
|
var(--cirth-primary) 24%,
|
|
2360
2379
|
var(--cirth-canvas));
|
|
@@ -2379,12 +2398,12 @@
|
|
|
2379
2398
|
--cirth-form-element-valid-active-border-color: var(--cirth-success-active);
|
|
2380
2399
|
--cirth-form-element-valid-focus-color: var(--cirth-form-element-valid-active-border-color);
|
|
2381
2400
|
--cirth-switch-thumb-box-shadow: 0 0 0 #0000;
|
|
2382
|
-
--cirth-switch-checked-background-color: var(--cirth-primary-
|
|
2383
|
-
--cirth-switch-color: var(--cirth-primary-
|
|
2401
|
+
--cirth-switch-checked-background-color: var(--cirth-primary-surface);
|
|
2402
|
+
--cirth-switch-color: var(--cirth-primary-on-surface);
|
|
2384
2403
|
--cirth-range-thumb-border-color: var(--cirth-background-color);
|
|
2385
|
-
--cirth-range-thumb-color: var(--cirth-secondary);
|
|
2386
|
-
--cirth-range-thumb-active-color: var(--cirth-primary-
|
|
2387
|
-
--cirth-accordion-active-summary-color: var(--cirth-primary-
|
|
2404
|
+
--cirth-range-thumb-color: var(--cirth-secondary-text);
|
|
2405
|
+
--cirth-range-thumb-active-color: var(--cirth-primary-surface);
|
|
2406
|
+
--cirth-accordion-active-summary-color: var(--cirth-primary-active);
|
|
2388
2407
|
--cirth-accordion-close-summary-color: var(--cirth-ink);
|
|
2389
2408
|
--cirth-accordion-open-summary-color: var(--cirth-ink);
|
|
2390
2409
|
--cirth-card-border-color: color-mix(in oklab,
|
|
@@ -2394,7 +2413,7 @@
|
|
|
2394
2413
|
--cirth-meter-optimum-color: var(--cirth-success);
|
|
2395
2414
|
--cirth-meter-suboptimum-color: var(--cirth-warning);
|
|
2396
2415
|
--cirth-meter-even-less-good-color: var(--cirth-error);
|
|
2397
|
-
--cirth-progress-color: var(--cirth-primary);
|
|
2416
|
+
--cirth-progress-color: var(--cirth-primary-text);
|
|
2398
2417
|
--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");
|
|
2399
2418
|
--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");
|
|
2400
2419
|
--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");
|
|
@@ -2404,7 +2423,7 @@
|
|
|
2404
2423
|
}
|
|
2405
2424
|
|
|
2406
2425
|
.cirth progress, .cirth [type="checkbox"], .cirth [type="radio"], .cirth [type="range"] {
|
|
2407
|
-
accent-color: var(--cirth-primary);
|
|
2426
|
+
accent-color: var(--cirth-primary-text);
|
|
2408
2427
|
}
|
|
2409
2428
|
|
|
2410
2429
|
@media (prefers-contrast: more) {
|
|
@@ -2417,7 +2436,7 @@
|
|
|
2417
2436
|
--cirth-h5-color: var(--cirth-color);
|
|
2418
2437
|
--cirth-h6-color: var(--cirth-color);
|
|
2419
2438
|
--cirth-muted-color: oklch(39.7% .028 280);
|
|
2420
|
-
--cirth-secondary: oklch(39.7% .028 280);
|
|
2439
|
+
--cirth-secondary-text: oklch(39.7% .028 280);
|
|
2421
2440
|
--cirth-code-color: oklch(35.3% .027 280);
|
|
2422
2441
|
--cirth-link-visited-color: oklch(35.3% .027 280);
|
|
2423
2442
|
--cirth-muted-border-color: oklch(57% .032 280);
|
|
@@ -2429,10 +2448,10 @@
|
|
|
2429
2448
|
--cirth-form-element-invalid-border-color: oklch(48.3% .165 22);
|
|
2430
2449
|
--cirth-form-element-valid-border-color: oklch(48.3% .106 153);
|
|
2431
2450
|
--cirth-primary: oklch(39.7% .081 44);
|
|
2432
|
-
--cirth-primary-
|
|
2451
|
+
--cirth-primary-active: oklch(31% .063 44);
|
|
2433
2452
|
--cirth-primary-underline: var(--cirth-primary);
|
|
2434
|
-
--cirth-secondary-underline: var(--cirth-secondary);
|
|
2435
|
-
--cirth-contrast-underline: var(--cirth-contrast);
|
|
2453
|
+
--cirth-secondary-underline: var(--cirth-secondary-text);
|
|
2454
|
+
--cirth-contrast-underline: var(--cirth-contrast-text);
|
|
2436
2455
|
--cirth-primary-focus: oklch(48.3% .098 44);
|
|
2437
2456
|
--cirth-secondary-focus: oklch(48.3% .03 280);
|
|
2438
2457
|
--cirth-contrast-focus: oklch(48.3% .03 280);
|
|
@@ -2458,7 +2477,7 @@
|
|
|
2458
2477
|
--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");
|
|
2459
2478
|
--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");
|
|
2460
2479
|
--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");
|
|
2461
|
-
--cirth-secondary: oklch(78.7% .014 280);
|
|
2480
|
+
--cirth-secondary-text: oklch(78.7% .014 280);
|
|
2462
2481
|
--cirth-code-color: oklch(83% .011 280);
|
|
2463
2482
|
--cirth-link-visited-color: oklch(78.7% .014 280);
|
|
2464
2483
|
--cirth-muted-border-color: oklch(57% .032 280);
|
|
@@ -2467,12 +2486,12 @@
|
|
|
2467
2486
|
--cirth-form-element-invalid-border-color: oklch(78.7% .105 22);
|
|
2468
2487
|
--cirth-form-element-valid-border-color: oklch(78.7% .172 153);
|
|
2469
2488
|
--cirth-primary: oklch(78.7% .092 44);
|
|
2470
|
-
--cirth-primary-
|
|
2471
|
-
--cirth-primary-
|
|
2472
|
-
--cirth-primary-
|
|
2489
|
+
--cirth-primary-active: oklch(87.3% .051 44);
|
|
2490
|
+
--cirth-primary-surface: oklch(44% .09 44);
|
|
2491
|
+
--cirth-primary-surface-active: oklch(39.7% .081 44);
|
|
2473
2492
|
--cirth-primary-underline: var(--cirth-primary);
|
|
2474
|
-
--cirth-secondary-underline: var(--cirth-secondary);
|
|
2475
|
-
--cirth-contrast-underline: var(--cirth-contrast);
|
|
2493
|
+
--cirth-secondary-underline: var(--cirth-secondary-text);
|
|
2494
|
+
--cirth-contrast-underline: var(--cirth-contrast-text);
|
|
2476
2495
|
--cirth-primary-focus: oklch(70% .141 44);
|
|
2477
2496
|
--cirth-secondary-focus: oklch(70% .021 280);
|
|
2478
2497
|
--cirth-contrast-focus: oklch(87.3% .007 280);
|
|
@@ -2498,7 +2517,7 @@
|
|
|
2498
2517
|
--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");
|
|
2499
2518
|
--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");
|
|
2500
2519
|
--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");
|
|
2501
|
-
--cirth-secondary: oklch(78.7% .014 280);
|
|
2520
|
+
--cirth-secondary-text: oklch(78.7% .014 280);
|
|
2502
2521
|
--cirth-code-color: oklch(83% .011 280);
|
|
2503
2522
|
--cirth-link-visited-color: oklch(78.7% .014 280);
|
|
2504
2523
|
--cirth-muted-border-color: oklch(57% .032 280);
|
|
@@ -2507,12 +2526,12 @@
|
|
|
2507
2526
|
--cirth-form-element-invalid-border-color: oklch(78.7% .105 22);
|
|
2508
2527
|
--cirth-form-element-valid-border-color: oklch(78.7% .172 153);
|
|
2509
2528
|
--cirth-primary: oklch(78.7% .092 44);
|
|
2510
|
-
--cirth-primary-
|
|
2511
|
-
--cirth-primary-
|
|
2512
|
-
--cirth-primary-
|
|
2529
|
+
--cirth-primary-active: oklch(87.3% .051 44);
|
|
2530
|
+
--cirth-primary-surface: oklch(44% .09 44);
|
|
2531
|
+
--cirth-primary-surface-active: oklch(39.7% .081 44);
|
|
2513
2532
|
--cirth-primary-underline: var(--cirth-primary);
|
|
2514
|
-
--cirth-secondary-underline: var(--cirth-secondary);
|
|
2515
|
-
--cirth-contrast-underline: var(--cirth-contrast);
|
|
2533
|
+
--cirth-secondary-underline: var(--cirth-secondary-text);
|
|
2534
|
+
--cirth-contrast-underline: var(--cirth-contrast-text);
|
|
2516
2535
|
--cirth-primary-focus: oklch(70% .141 44);
|
|
2517
2536
|
--cirth-secondary-focus: oklch(70% .021 280);
|
|
2518
2537
|
--cirth-contrast-focus: oklch(87.3% .007 280);
|