OmniGen / style.css
ZENLLC's picture
Update style.css
92865a3 verified
raw
history blame contribute delete
360 Bytes
:root {
--accent: #4f46e5;
--bg: #f8fafc;
}
html, body {
background: var(--bg);
font-family: Inter, Arial, sans-serif;
}
.gradio-container {
max-width: 1100px !important;
}
.gr-button-primary {
background: var(--accent) !important;
border: none !important;
}
.gr-chatbot,
.gr-image,
.gr-plot,
.gr-textbox {
border-radius: 14px !important;
}