-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlatency.css
72 lines (63 loc) · 940 Bytes
/
latency.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
68
69
70
71
72
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap");
html,
body {
background: #111;
width: 100%;
margin: 0;
padding: 0;
}
main {
padding: 1em 2em 0;
margin-bottom: 240px;
}
h1 {
font: inherit;
margin: 1em 0 0 0;
padding: 0;
}
body,
a:link,
a:visited,
h1,
p,
div {
color: #eee;
font-family: "JetBrains Mono", monospace;
font-size: 16px;
text-decoration: none;
line-height: 1.4;
}
.about {
position: absolute;
top: 1em;
right: 1em;
display: block;
width: 3.4em;
padding: 1em 0;
text-align: center;
}
a:link,
a:visited,
select {
background: rgba(255, 255, 255, 0.05);
}
select {
border: none;
color: inherit;
font: inherit;
margin-left: -4px;
outline: none;
padding: 0 1em;
line-height: 2.8;
appearance: none;
cursor: pointer;
}
a:hover,
select:hover {
background: #eee;
color: 111;
}
td {
padding: 0 0.5em 0 0;
text-align: right;
}