Files
chief-agent-ui/src/style.css
2026-05-27 20:02:57 +08:00

46 lines
605 B
CSS

body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
a:focus,
a:active {
outline: none;
}
a,
a:focus,
a:hover {
cursor: pointer;
color: inherit;
text-decoration: none;
}
html {
font-size: 16px;
}
@media (max-width: 1280px) {
html {
font-size: 15px;
}
}
@media (max-width: 480px) {
html {
font-size: 14px;
}
}