Files
midrandbooks/MidrandBookshop/wwwroot/app.css
T
2026-07-18 10:25:41 +02:00

15 lines
293 B
CSS

html, body {
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #ffffff;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}