-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (42 loc) · 854 Bytes
/
Copy pathstyle.css
File metadata and controls
45 lines (42 loc) · 854 Bytes
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
/* :root {
--green0: #e3ecd7;
--green1: #6b9a71;
--green2: #457a5f;
--green3: #255056;
--blue0: #b4ecf3;
--blue1: #86bec6;
--blue2: #4e9ca6;
--blue3: #366c73;
--blue4: var(--green3);
--blue5: #1f4347;
--blue6: #13282b;
--purple0: #e3c5cf;
--purple1: #b79fbb;
--purple2: #8e8bb6;
--purple3: #5f6791;
--purple4: #8d5180;
--purple5: #b67388;
--yellow0: #fffef9;
--yellow1: #efdbb3;
--yellow2: #e1ae98;
--black: var(--blue6);
--white: var(--yellow0);
} */
canvas {
height: 100%;
width: 100%;
position: absolute;
image-rendering: pixelated;
object-fit: contain;
}
html, body {
margin: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
background: #13282b;
}
#c1 {
background-size: 2px 2px;
}