35 lines
686 B
CSS
35 lines
686 B
CSS
/* style.css */
|
|
.sidebar .sidebar-content {
|
|
background-color: #f8f9fa;
|
|
}
|
|
|
|
.stButton>button {
|
|
color: white;
|
|
background-color: #00000000;
|
|
border-bottom-color: #fcbb2e;
|
|
border-radius: 5px;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.stButton>button:hover {
|
|
color: white;
|
|
background-color: #00000029;
|
|
border-color: #00000029;
|
|
}
|
|
|
|
.stButton>button:focus:not(:active) {
|
|
color: white;
|
|
background-color: #00000000;
|
|
border-bottom-color: #fcbb2e;
|
|
border-color: unset;
|
|
border-radius: 5px;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
|
|
}
|
|
.st-d7 , .st-d6 ,.st-d5 ,.st-d4 {
|
|
border-color: #fcbb2e;
|
|
} |