dazzle/src/app.css
light7734 4c6b0983dd
All checks were successful
continuous-integration/drone/push Build is passing
wip
2025-05-05 16:54:00 +03:30

12 lines
149 B
CSS

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