-
Notifications
You must be signed in to change notification settings - Fork 0
/
yesp.css
61 lines (51 loc) · 955 Bytes
/
yesp.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
58
59
60
61
html {
font-family: sans-serif;
font-size: max(3ch, 3vmax + 2vmin);
line-height: 1.618;
}
body {
margin: 0;
overflow-wrap: anywhere;
}
main {
contain: layout;
display: flex;
flex-direction: column;
margin: auto;
padding: 1em;
}
header {
max-width: 61.8vw;
}
h1 {
font-weight: unset;
display: flow-root;
padding: 3vmin;
}
h1 a {
float: inline-start;
}
h1 code {
font-family: unset;
font-weight: bold;
}
mark {
border-radius: 13% 8%;
}
a {
display: inline-block;
padding-inline: .146rem;
}
p { padding-inline: .146rem }
samp { padding-inline: 1vw; font-size: 1.236em }
small { display: block; font-size: 1ch }
sub { all: unset }
sup { all: unset; font-size: 1.236em }
s { text-decoration-style: wavy }
em { text-shadow: 1vw -1vh 3pc var(--tape-bluv) }
a:hover { text-decoration-style: double }
:any-link { text-decoration-style: dotted }
:focus {
text-decoration-style: solid;
outline: 1ex groove;
}