dazzle/src/app.css
light7734 edde7d66cc
All checks were successful
continuous-integration/drone/push Build is passing
wip
2025-04-30 18:15:19 +03:30

12 lines
170 B
CSS

body {
margin: 0;
padding: 0;
}
* {
color: #ebdbb2;
font-family: 'Inter';
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}