-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
56 lines (49 loc) · 847 Bytes
/
style.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
@font-face {font-family: "Alternate Gothic No2 D"; src: url("https://assets.codepen.io/35984/Alternate+Gothic+No2+D.woff2") format("woff2")}
body {
background-color: #0F0F0F;
overflow: hidden;
text-align:center;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Alternate Gothic No2 D';
}
:root {
--ui-grey: #222831;
--ui-green: #C5E898;
--ui-amber: #C5E898;
--ui-red: #C5E898;
--ui-shadow: #393E46;
--ui-shadow-glow: #C5E898;
--ui-blue: #C5E898;
}
body,
html {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
svg {
width: 800px;
height: 100%;
visibility: hidden;
}
#robotHandHorns {
opacity: 0;
}
#offRing {
cursor: pointer;
}
text {
user-select: none;
}
#aiText {
font-size: 80px;
fill: var(--ui-blue);
text-anchor: middle;
}
.label {
font-size: 34px;
text-anchor: middle;
}