mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-27 11:42:04 +02:00
Added sass and migrated styles
This commit is contained in:
parent
ea5a815c2c
commit
906ca7806e
7 changed files with 162 additions and 160 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue