UNPKG

376 BCSSView Raw
1@import "../props.media.css";
2@import "theme.light.css";
3@import "theme.dark.css";
4
5:where(html) {
6 color: var(--text-2);
7 background-color: var(--surface-1);
8}
9
10:where(h1, h2, h3, h4, h5, h6, dt) {
11 color: var(--text-1);
12}
13
14:where(a[href]) {
15 color: var(--link);
16
17 &:visited {
18 color: var(--link-visited);
19 }
20}
21
22:focus-visible {
23 outline-color: var(--link);
24}
\No newline at end of file