/* Bit of Modal Labs color scheming for the Gradio.app UI | |
from https://github.com/modal-labs/modal-examples */ | |
a { | |
text-decoration: inherit ; | |
} | |
gradio-app { | |
background-image: url(/assets/background.svg) ; | |
background-repeat: no-repeat ; | |
background-size 100% auto; | |
padding-top: 3%; | |
background-color: black; | |
} | |