1 | @import "theme.css";
|
2 | @import "brand.css";
|
3 | @import "normalize.src.css";
|
4 |
|
5 | @media (--OSdark) {
|
6 | :where(textarea, select, input:not([type="button"],[type="submit"],[type="reset"])) {
|
7 | background-color: hsl(210 11% 10%);
|
8 | }
|
9 |
|
10 | :where(dialog) {
|
11 | background-color: var(--surface-2);
|
12 | }
|
13 |
|
14 | :where(html) {
|
15 | --shadow-strength: 10%;
|
16 | --shadow-color: 220 40% 2%;
|
17 | }
|
18 |
|
19 | ::placeholder {
|
20 | color: var(--gray-6);
|
21 | }
|
22 | } |
\ | No newline at end of file |