feat: add assets
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m37s

This commit is contained in:
Hewston Fox
2026-03-21 02:56:15 +02:00
parent d620f06ab8
commit a804f3c280
49 changed files with 21548 additions and 97 deletions

View File

@@ -0,0 +1,11 @@
@layer base {
.rootLayout {
position: relative;
height: 100%;
width: 100%;
background-image: url("./assets/main-bg.svg");
background-size: auto 101%;
background-position: center;
}
}