chore: remove unused styles
This commit is contained in:
parent
1d1b86b249
commit
503ddb16f1
3 changed files with 0 additions and 13 deletions
|
@ -22,7 +22,3 @@ const links: Link[] = [
|
|||
<a class=" m-auto text-red-100" href={link.url}>{link.name}</a>
|
||||
{/each}
|
||||
</footer>
|
||||
|
||||
<style lang="scss">
|
||||
@use "./edge.scss";
|
||||
</style>
|
||||
|
|
|
@ -47,8 +47,6 @@ const links: Link[] = [
|
|||
</nav>
|
||||
|
||||
<style lang="scss">
|
||||
@use "./edge.scss";
|
||||
|
||||
.site-selected {
|
||||
@apply font-semibold underline underline-offset-4 decoration-red-500 decoration-4;
|
||||
}
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
.site-larger-item-size {
|
||||
@apply text-xl md:text-2xl lg:text-3xl;
|
||||
}
|
||||
|
||||
.site-item-size {
|
||||
@apply text-lg md:text-xl lg:text-2xl;
|
||||
}
|
Loading…
Reference in a new issue