Skip to content

Commit

Permalink
In dark mode, use the coloured logo as well
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed Dec 25, 2024
1 parent 7a59268 commit 8b35a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/doorkeeper.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%body.h-full.flex.flex-col.bg-gray-100.dark:bg-gray-900
.flex.flex-col.flex-grow.justify-center
%img.w-64.mx-auto.p-4.dark:hidden{src:"https://public.svsticky.nl/logos/logo_compact_outline_kleur.svg"}
%img.w-64.mx-auto.p-4.hidden.dark:block{src:"https://public.svsticky.nl/logos/logo_compact_outline_wit.svg"}
%img.w-64.mx-auto.p-4.hidden.dark:block{src:"https://public.svsticky.nl/logos/logo_compact_outline_wit_kleur.svg"}

.shadow.px-10.py-4.rounded-md.bg-white.mx-auto.dark:bg-gray-800.dark

Expand Down

0 comments on commit 8b35a67

Please sign in to comment.