generated from webmural/body
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dance.css
67 lines (56 loc) · 890 Bytes
/
dance.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
64
65
66
67
.dew-diy {
--dew-shift: color 303ms;
--dew-solar: #cd5;
--dew-lunar: #528;
--dew-locus: currentColor;
--dew-hover: hue-rotate(-120deg);
}
.dew-hot {
--dew-solar: #010101;
--dew-lunar: deeppink;
}
.dew-warm {
--dew-solar: #202020;
--dew-lunar: orchid;
}
.dew-noise {
--dew-solar: #030303;
--dew-lunar: #999;
}
:link {
text-decoration: line-through dotted;
}
:focus {
outline-style: dotted;
outline-width: thick;
}
html {
font-family: sans-serif;
font-size: calc(1em + 1vw + 1vh);
line-height: 1.6;
}
body {
box-sizing: border-box;
margin: 0;
padding: 0;
overflow-wrap: break-word;
}
dl {
font-size: 2rem;
font-weight: 600;
display: flex;
flex-flow: column wrap;
}
dt {
flex-basis: 100%;
}
dd {
flex-basis: 100%;
}
figure {
box-sizing: border-box;
display: flex;
flex-direction: column;
margin: auto;
padding: 1em;
}