File size: 360 Bytes
933c148 ae8503c 933c148 ae8503c 933c148 ae8503c 933c148 92865a3 ae8503c 933c148 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | :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;
} |