chore: adding tailwind to the stack (but we can remove it if we don't need it)
This commit is contained in:
parent
81d9034070
commit
33c6b0cd48
6 changed files with 716 additions and 83 deletions
|
|
@ -4,4 +4,10 @@ $viossa-blue: #00baff;
|
|||
|
||||
body {
|
||||
background-color: $viossa-blue;
|
||||
font: normal Verdana, Arial, sans-serif;
|
||||
color: black;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 48px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue