First commit

This commit is contained in:
Jezza Hehn 2025-05-08 02:47:09 +00:00
commit ff66758387
18 changed files with 2215 additions and 0 deletions

7
src/assets/style.scss Normal file
View file

@ -0,0 +1,7 @@
@import 'bulma/css/bulma.css';
$viossa-blue: #00baff;
body {
background-color: $viossa-blue;
}