test / styles.css
PegaMichael's picture
Upload styles.css
e4a4298
raw
history blame contribute delete
705 Bytes
.gradio-container {
background-color:#0b1c31 !important;
max-width: 100%!important;
}
footer {
visibility: hidden
}
.gradio-container div, .gradio-container button, .gradio-container input {
border-radius:2px !important
}
.gradio-container .container, .gradio-container .contain {
background-color: transparent!important;
max-width: 100%!important;
}
::-webkit-scrollbar {
width: 6px;
height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
background: #222323;
border-radius: 2px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #686e76;
border-radius: 2px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #79818b;
}