generated from webmural/fnuv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnuv.css
56 lines (47 loc) · 780 Bytes
/
nuv.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
html {
font-family: fantasy;
font-size: max(3ch, 3vmax + 3vmin);
line-height: 1.61803399;
}
body {
margin: 1ch;
overflow-wrap: anywhere;
}
article {
align-items: center;
box-sizing: border-box;
display: flex;
flex-flow: column;
justify-content: center;
padding: 1ch;
}
samp {
display: inline-block;
font-size: 3em;
transform: rotate(163deg);
}
html:target {
filter: hue-rotate(30deg);
}
h1 {
margin: 0;
margin-inline-end: 1em;
}
a {
box-sizing: border-box;
display: inline-block;
margin-top: -1em;
padding-top: 1em;
}
h1 a {
border-bottom: 1em dotted;
}
:any-link {
text-decoration: 1em dotted overline;
}
:focus {
text-shadow: 0 0 2ex;
box-shadow: 0 0 1ex 1ex;
outline: thick groove;
text-decoration-style: dotted;
}