Apollo-universe
HF Spaces deploy: initial orphan branch (no binary history)
a9df8b1
Raw
History Blame Contribute Delete
643 Bytes
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Inter', 'PingFang SC', 'Microsoft YaHei', -apple-system, sans-serif;
-webkit-font-smoothing: antialiased;
}
#root {
width: 100%;
min-height: 100vh;
}
/* Scrollbar polish */
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.15);
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.25);
}
/* Ant Design overrides */
.ant-layout-sider-trigger {
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
pre {
margin: 0;
}