-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.scss
More file actions
54 lines (43 loc) · 763 Bytes
/
index.scss
File metadata and controls
54 lines (43 loc) · 763 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
46
47
48
49
50
51
52
53
54
html {
min-height: 100%;
}
body {
margin: 0;
}
body {
align-items: center;
display: flex;
flex-direction: column;
justify-content: flex-start;
overflow-y: auto;
background: linear-gradient(to bottom right, #444444, #009a5b);
font-size: 1.0rem;
}
main {
color: #fff6d5;
font-family: sans-serif;
text-align: center;
}
.logo {
height: 20em;
}
.heart:after {
content: "❤️";
font-size: 1.75em;
}
h1 + .subtitle {
display: block;
margin-top: -1em;
}
.plot-container {
width: 100%;
height: 100%;
}
th.user-select-none > span {
display: inline-flex;
align-items: center;
white-space: nowrap;
}
th.user-select-none i.fa-solid {
margin-left: .35rem;
}