Add /music and /dev (4)

This commit is contained in:
2025-02-09 16:06:39 +09:00
parent 27a05e56d4
commit 628299b955
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ import Card from "./card.svelte";
</section>
</main>
<style>
<style lang="postcss">
.back {
@apply flex md:hidden items-center justify-center rounded-full px-3 py-2;
background: linear-gradient(45deg, rgb(var(--primary) / 50%), rgb(var(--secondary) / 50%));

View File

@@ -117,7 +117,7 @@ import Card from "./card.svelte";
</section>
</main>
<style>
<style lang="postcss">
.back {
@apply flex md:hidden items-center justify-center rounded-full px-3 py-2;
background: linear-gradient(45deg, rgb(var(--primary) / 50%), rgb(var(--secondary) / 50%));