File size: 352 Bytes
3fbcf45 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
/* Bit of Modal Labs color scheming for the Gradio.app UI
from https://github.com/modal-labs/modal-examples */
a {
text-decoration: inherit !important;
}
gradio-app {
background-image: url(/assets/background.svg) !important;
background-repeat: no-repeat !important;
background-size 100% auto;
padding-top: 3%;
background-color: black;
}
|