Compare commits

..

1 commit

Author SHA1 Message Date
6f47a56653
feat: add dark mode
All checks were successful
Checks / check (pull_request) Successful in -2m56s
2024-12-01 18:48:39 +02:00

View file

@ -8,7 +8,9 @@
</div> </div>
<:actions> <:actions>
<.link patch={~p"/exams/new"}> <.link patch={~p"/exams/new"}>
<.button class="dark:bg-sky-300 text-white dark:text-black/80 dark:hover:bg-sky-400">New Exam</.button> <.button class="dark:bg-sky-300 text-white dark:text-black/80 dark:hover:bg-sky-400">
New Exam
</.button>
</.link> </.link>
</:actions> </:actions>
</.header> </.header>