design: darken nav bar elements for high contrast - Dashboard and NavLink text fix

This commit is contained in:
jeremy bayse
2026-04-14 19:08:06 +02:00
parent 71672509b6
commit 107e2d0a1d
3 changed files with 6 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ const showingNavigationDropdown = ref(false);
<div class="flex shrink-0 items-center">
<Link :href="route('dashboard')">
<ApplicationLogo
class="block h-9 w-auto fill-indigo-600 dark:fill-indigo-400"
class="block h-9 w-auto fill-indigo-600"
/>
</Link>
</div>
@@ -50,7 +50,7 @@ const showingNavigationDropdown = ref(false);
<span class="inline-flex rounded-md">
<button
type="button"
style="display:inline-flex; align-items:center; border-radius:0.75rem; border:1.5px solid #e2e8f0; background:#f8fafc; padding:0.5rem 1rem; font-size:0.875rem; font-weight:700; color:#1e293b; transition:all 0.15s ease;"
style="display:inline-flex; align-items:center; border-radius:0.75rem; border:1.5px solid #e2e8f0; background:#f1f5f9; padding:0.5rem 1rem; font-size:0.875rem; font-weight:700; color:#0f172a; transition:all 0.15s ease;"
>
{{ $page.props.auth.user.name }}