generated from webmural/well
-
Notifications
You must be signed in to change notification settings - Fork 0
/
grime.css
53 lines (45 loc) · 873 Bytes
/
grime.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
/* .dew-soak {
--dew-shift: filter 33ms;
--dew-solar: violet;
--dew-lunar: indigo;
--dew-hover: hue-rotate(-30deg);
}
@media (prefers-contrast: more) {
.dew-soak {
--dew-solar: mistyrose;
--dew-lunar: indigo;
}
} */
:link {
box-shadow: 0 0 1em 1ex coral;
}
.fluid {
contain: paint;
}
.tulip {
background: linear-gradient(to top, violet, orchid, plum, thistle);
}
.lotus {
background: linear-gradient(to top, blueviolet, deepskyblue, skyblue, aquamarine);
}
html {
font-family: sans-serif;
font-size: calc(1em + 1vw);
}
body {
background-image: none;
box-sizing: border-box;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
margin: 1em;
overflow-wrap: anywhere;
padding: 1em;
min-height: calc(100vh - 2em);
}
@media (prefers-reduced-motion) {
[class] {
transition: none;
}
}