-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsst.css
More file actions
56 lines (46 loc) · 754 Bytes
/
psst.css
File metadata and controls
56 lines (46 loc) · 754 Bytes
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
html {
font-family: fantasy;
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 }
s { text-decoration-style: wavy }
a:hover { text-decoration-style: double }
:any-link { text-decoration-style: dotted }
:focus {
text-decoration-style: solid;
outline: 1ex groove;
}