dazzle/src/app.css

13 lines
170 B
CSS
Raw Normal View History

2025-04-30 18:15:19 +03:30
body {
margin: 0;
padding: 0;
}
* {
color: #ebdbb2;
font-family: 'Inter';
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}