-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
97 lines (81 loc) · 1.34 KB
/
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html {
font-size: 62.5%;
}
.appview-container .main {
background-color: #151515;
}
.st-at {
color: white;
}
.st-at li:hover {
background-color: white;
color: black;
}
/* Select button */
.st-d4 {
color: white;
font-size: 1.6rem;
}
[class^="st-b"] {
font-size: 1.6rem;
color: white;
font-family: monospace;
background-color: #0c0080;
cursor: pointer;
}
/* Sidebar */
.css-1adrfps, .css-1oe6wy4 {
background-color: #2f2f2f;
width: 45vh;
}
/* Sidebar close button */
.css-9s5bis, .css-1ot44c6 {
color: white;
}
header.css-vl8c1e {
background: transparent;
backdrop-filter: none;
}
.sidebar-title {
font-size: 2rem;
color: #23DC5F;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-weight: 600;
}
.sidebar-container {
height: 100px;
}
.sidebar-text {
text-align: center;
color: #DC23A0;
font-size: 1.8rem;
font-family: Arial, Helvetica, sans-serif;
}
.sidebar-link {
text-align: center;
font-size: 1.8rem;
font-family: Arial, Helvetica, sans-serif;
}
.sidebar-link a {
text-decoration: none;
color:#DCBB23;
}
.block-container {
display: flex;
padding: 0;
margin: 0 auto;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
}
.css-1v0mbdj {
margin: 50px auto;
filter: invert();
}