mirror of
https://github.com/brufdev/many-notes.git
synced 2026-05-20 09:19:15 -05:00
Fix header text colors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<header
|
||||
class="border-b bg-light-base-100 dark:bg-base-800 text-light-base-700 dark:text-base-200 border-light-base-300 dark:border-base-500">
|
||||
class="border-b bg-light-base-100 dark:bg-base-800 text-light-base-950 dark:text-base-50 border-light-base-300 dark:border-base-500">
|
||||
<div class="max-w-[63rem] mx-auto">
|
||||
<div class="flex justify-between px-4 py-5">
|
||||
{{ $slot }}
|
||||
|
||||
Reference in New Issue
Block a user