From bad4368042928dfc4e33f2d8d7e6f12ad4e9781d Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Sun, 21 Jun 2026 20:32:02 +0000 Subject: [PATCH] T01: update frontend src/index.css --- frontend/src/index.css | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 122aedf..e44c215 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,8 +1,40 @@ -* { - box-sizing: border-box; +:root { + 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 { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; - background: #f0f2f5; + display: flex; + 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; +} \ No newline at end of file