UNPKG

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