-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjel.css
More file actions
54 lines (43 loc) · 704 Bytes
/
jel.css
File metadata and controls
54 lines (43 loc) · 704 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
:root {
background: #508;
color: gainsboro;
}
.spun {
background: blueviolet;
color: gainsboro;
}
::selection {
background: deeppink;
color: #030303;
}
:any-link { color: #1e1 }
: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 + 2vmin);
}
body {
margin: 0;
overflow-wrap: anywhere;
}
svg {
max-width: 100%;
height: auto;
}
.cue {
margin: 3ex auto;
text-align: center;
}
.seep {
border-radius: 100%;
margin: 1ex;
display: flow-root;
}
.kumo {
margin-bottom: 8ex;
}