F
Filament16mo ago
Thijmen

Dark mode logo

I got this code but the dark: css is not working
<div class="dark:hidden w-full">
<img src="{{ asset('/images/logo.svg') }}" alt="Logo" class="h-12">
</div>
<div class="hidden dark:block w-full">
<img src="{{ asset('/images/Logo_dark.svg') }}" alt="Logo" class="h-12">
</div>
<div class="dark:hidden w-full">
<img src="{{ asset('/images/logo.svg') }}" alt="Logo" class="h-12">
</div>
<div class="hidden dark:block w-full">
<img src="{{ asset('/images/Logo_dark.svg') }}" alt="Logo" class="h-12">
</div>
It also doesn't show up in inspect element so not sure if this is a vite issue
4 Replies
Patrick Boivin
Patrick Boivin16mo ago
If it doesn't show up in the page's HTML, it could be a caching issue. Have you tried artisan view:clear?
Thijmen
ThijmenOP16mo ago
I mean i see it as html but there is no css visible there
Patrick Boivin
Patrick Boivin16mo ago
Ok, I see. Do you have a custom theme configured?
Thijmen
ThijmenOP16mo ago
Yes i do
Want results from more Discord servers?
Add your server