File size: 506 Bytes
6feb027
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.main {
    background-color:black; /* You can change the color to your preference */
    color:white
}

/* Change the background color of the sidebar */
.sidebar .block-container {
    background-color: black; /* You can change the color to your preference */
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:black;
    color: white;
    text-align: right;
}

h1, h2, h3, h4, h5, h6, p, label, .stMarkdown, .sidebar .block-container {
    color: white;
}