File size: 1,375 Bytes
120d6fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.reportview-container, .main {
    background: #ffffff;
    color: #000000;
}
.sidebar .sidebar-content {
    background: #f0f2f6;
    color: #000000;
}
.stButton>button {
    background-color: #0D62FE;
    color: white;
}
.stTextInput>div>div>input {
    color: #000000;
    background-color: #ffffff;
}
.tTextArea>div>textarea {
    color: #000000;
    background-color: #ffffff;
}
label, .stTextInput>label, .stTextArea>label {
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
}
.sidebar .sidebar-content h2, .sidebar .sidebar-content h3, .sidebar .sidebar-content h4, .sidebar .sidebar-content h5, .sidebar .sidebar-content h6,
.sidebar .sidebar-content label, .sidebar .sidebar-content .stTextInput>label, .sidebar .sidebar-content .stTextArea>label {
    color: #000000;
}
.navbar {
    overflow: hidden;
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.navbar h1 {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 1x;
    text-decoration: none;
    font-size: 17px;
    margin: 0;
}
.menu-bar {
    background-color: #000000;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-bar h1 {
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    font-family: 'IBM Plex Sans', sans-serif;
}