Files
furumi-ng/furumi-node-player/client/src/index.css

25 lines
290 B
CSS
Raw Normal View History

2026-03-23 15:57:03 +03:00
html,
body {
height: 100%;
}
2026-03-19 15:06:32 +03:00
body {
margin: 0;
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: #0f172a;
background-color: #f3f6fb;
}
2026-03-23 15:57:03 +03:00
#root {
height: 100%;
}
2026-03-19 15:06:32 +03:00
* {
box-sizing: border-box;
}
h1 {
margin-top: 0;
margin-bottom: 10px;
}