This commit is contained in:
Nadar
2025-07-23 20:58:21 +03:00
commit 80616ccf51
30 changed files with 22512 additions and 0 deletions

12
assets/scss/global.scss Normal file
View File

@@ -0,0 +1,12 @@
@use 'main' as *;
body {
font-family: 'Inter', sans-serif;
color: $text-color;
margin: 0;
padding: 0;
}
.container {
@include container;
}