Wiesli_Jonas / style.css
Jonas Wiesli
added font
bb63de8
raw
history blame
218 Bytes
@import url('https://fonts.googleapis.com/css2?family=Silkscreen&display=swap');
.gradio-container {
background-color: #f3e8ff;
font-family: "Silkscreen";
}
.tabitem, button {
background-color: #002366;
}