-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (43 loc) · 858 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
57
58
59
60
.css-6qob1r {
text-align: center;
padding: 2rem 1rem;
color: rgba(255, 255, 255, .5);
background-color: #202020;
font-family: "Abril Fatface", serif;
font-size: 16px;
}
.css-1544g2n h3 {
font-size: 20px;
color: #fff;
}
.css-16idsys {
color: rgba(255, 255, 255, 0.795);
font-size: 14px;
font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
.css-1vbkxwb {
font-family: "Source Sans Pro", sans-serif;
color: #ffeeea;
width: 120px;
height: 32px;
}
.css-1ik2ge.e1ewe7hr5 {
background: #fd4648;
border-radius: 40px;
}
.css-1ik2ge.e1ewe7hr5:hover {
background-color: #e02426;
;
}
::-webkit-scrollbar {
background: transparent;
border-radius: 100px;
height: 6px;
width: 12px;
}
#MainMenu {
visibility: hidden;
}
footer {
visibility: hidden;
}