Make things *pop*

This commit is contained in:
2023-11-29 22:57:43 +00:00
parent 99397d7388
commit 1fbb8f6bcd
3 changed files with 9 additions and 7 deletions

View File

@@ -232,7 +232,8 @@ defmodule WishWeb.CoreComponents do
class={[
"phx-submit-loading:opacity-75 bg-purple-200 hover:bg-purple-300 py-2 px-3",
"text-sm font-semibold leading-6 text-zinc-800 active:bg-purple-400 active:text-zinc-800/80",
"border-2 border-black hover:shadow-sharp transition-shadow",
"border-2 border-black",
"hover:shadow-sharp hover:-translate-x-0.5 hover:-translate-y-0.5 transition",
@class
]}
{@rest}

View File

@@ -1,10 +1,7 @@
<header class="px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between border-b border-zinc-100 py-3 text-sm">
<div class="flex items-center gap-4">
<a
class="font-display text-6xl font-black text-violet-600 drop-shadow-[e_0_15px_violet]"
href="/"
>
<a class="font-display text-6xl font-black text-violet-600" href="/">
<img src="/images/logo.svg" />
</a>
</div>