generated from webmural/4n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jel.css
64 lines (52 loc) · 845 Bytes
/
jel.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
62
63
:root {
background: #528;
color: peachpuff;
}
.spun {
background: blueviolet;
color: gainsboro;
}
::selection {
background: deeppink;
color: #030303;
}
:any-link { color: #1ed }
:any-link:nth-child(odd) {
color: #ee1;
}
:focus {
text-decoration-style: dotted;
outline: 1ex dotted;
}
:hover { text-decoration-style: double }
:active { filter: hue-rotate(1deg) }
html {
font-family: sans-serif;
font-size: max(2em, 2vmax + 3vmin);
}
body {
margin: 0;
overflow-wrap: anywhere;
}
svg {
max-width: 100%;
height: auto;
}
h1 {
display: flex;
font-size: 2.618rem;
}
nav {
align-items: center;
display: flex;
justify-content: center;
flex-flow: column;
margin-bottom: 8ex;
text-shadow: 1em -3em 1ch #ee1;
}
em {
display: flex;
flex-flow: column;
font-size: 1.618rem;
margin-top: 62vh;
}