T01: update frontend src/index.css

This commit is contained in:
2026-06-21 20:32:02 +00:00
parent da2a8361fe
commit bad4368042
+36 -4
View File
@@ -1,8 +1,40 @@
* { :root {
box-sizing: border-box; font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} }
a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
}
body { body {
margin: 0; margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; display: flex;
background: #f0f2f5; place-items: center;
min-width: 320px;
min-height: 100vh;
}
h1 {
font-size: 3.2em;
line-height: 1.1;
}
#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
} }