Added sass and migrated styles

This commit is contained in:
aronmal 2023-11-09 15:53:13 +01:00
parent ea5a815c2c
commit 906ca7806e
Signed by: aronmal
GPG key ID: 816B7707426FC612
7 changed files with 162 additions and 160 deletions

View file

@ -24,7 +24,7 @@ import NavBar from "@components/NavBar.astro";
<Footer />
</body>
</html>
<style>
<style lang="scss">
.contentDiv {
display: flex;
flex-direction: column;
@ -72,4 +72,13 @@ import NavBar from "@components/NavBar.astro";
ul {
font-family: "Splatoon", sans-serif;
}
li {
list-style-type: none;
}
a {
text-decoration: none;
color: inherit;
}
</style>