Files
Portfolio/src/app/app.scss
2026-01-21 07:28:26 +01:00

13 lines
153 B
SCSS

*,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
background: #0a0a0f;
color: #fff;
-webkit-font-smoothing: antialiased;
}