-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.css
51 lines (43 loc) · 868 Bytes
/
fresh.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
::selection {
color: #0e0e0e;
background: deepskyblue;
}
:any-link {
touch-action: manipulation;
}
:focus {
outline-color: currentColor;
outline-style: outset;
outline-offset: .146ch;
outline-width: .146rem;
}
.fame {
font-family: sans-serif;
font-size: calc(1em + 1vw + 1vh);
line-height: calc(4 / 3);
}
.hood {
contain: style layout;
display: block;
margin: 0;
}
.nah {
list-style: none;
padding: 0;
margin: 0;
}
.pad {
padding: 1rem;
padding-block: calc(1rem + 1vh);
padding-inline: calc(1rem + 1vw);
}
.calm { font: inherit }
.bold { font-weight: bold }
.hella { font-size: 2rem }
.lowkey { text-transform: lowercase }
.exhale { margin-bottom: 1rem }
@supports (--rainbow:7) {
.surf { text-decoration:none wavy }
.surf:focus { text-decoration:underline dashed }
.surf:hover { text-decoration:underline solid }
}