ADD css, config.toml

This commit is contained in:
sebastian.serfling
2024-08-14 16:16:46 +02:00
parent 1b235e87d4
commit bf9c869ca7
3 changed files with 121 additions and 43 deletions
+35
View File
@@ -0,0 +1,35 @@
/* 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;
}