dazzle/src/app.css

13 lines
149 B
CSS
Raw Normal View History

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