chore: adding tailwind to the stack (but we can remove it if we don't need it)

This commit is contained in:
jezzahehn 2025-05-10 15:46:45 -04:00
parent 81d9034070
commit 33c6b0cd48
6 changed files with 716 additions and 83 deletions

View file

@ -4,4 +4,10 @@ $viossa-blue: #00baff;
body {
background-color: $viossa-blue;
font: normal Verdana, Arial, sans-serif;
color: black;
}
h1 {
font-size: 48px;
}