Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed May 31, 2024
1 parent fcbc5d6 commit 5d12a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Bottom.pug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
div(class="fixed bottom-4 right-4")
button(
type="button"
class="w-10 h-10 flex justify-center items-center w-10 h-10 outline-0 rounded-full bg-zinc-100 text-zinc-400 dark:bg-zinc-800 dark:text-zinc-50"
class="w-10 h-10 flex justify-center items-center outline-0 rounded-full bg-zinc-100 text-zinc-400 dark:bg-zinc-800 dark:text-zinc-50"
@click="dark = ! dark")
span(class="text-hidden") 테마
i(class="fa-solid fa-moon")

0 comments on commit 5d12a94

Please sign in to comment.