-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxD.css
57 lines (49 loc) · 1.18 KB
/
xD.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
@media (color) {
html { color: lemonchiffon; background: indigo }
:any-link { color: lightskyblue; background: transparent }
::selection { color: purple; background: lemonchiffon }
em { text-shadow: 1pt 1pt 1pt mediumpurple }
strong { text-shadow: 1pt 1pt 1pt fuchsia }
abbr { text-shadow: 1pt 1pt 1pt fuchsia }
b { text-shadow: 1pt 1pt 1pt skyblue }
i { text-shadow: 1pt 1pt 1pt yellow }
}
@media (prefers-color-scheme: light) {
html { color: indigo; background: lemonchiffon }
:any-link { color: mediumblue }
::selection { color: lemonchiffon; background: purple }
}
:focus {
outline: thick dotted;
}
html {
font-family: monospace;
font-size: max(3ch, 1vw + 1vh);
line-height: 1.618;
transition: 1s;
}
h1 {
font-size: 1.618rem;
margin-block: 1rem;
}
h2 { font-size: 1.382rem }
dt { font-size: 1.236rem; font-weight: 600 }
dt ~ dt { margin-top: 1em }
abbr { font-weight: 600 }
.\* { font-size: 1.618em }
article {
align-items: center;
display: flex;
flex-flow: column;
padding-block: 1rem;
padding-inline: 1rem;
}
p {
align-self: flex-start;
}
@media (orientation: portrait) {
html {
filter: hue-rotate(12deg);
font-family: sans-serif;
}
}