diff --git a/src/app.css b/src/app.css index b5773d1..d9d7dd8 100644 --- a/src/app.css +++ b/src/app.css @@ -29,7 +29,10 @@ } .button { - @apply px-3 py-1.5 text-black bg-white; + @apply px-3 py-1.5 text-black bg-white border border-black; + } + .button:hover { + @apply text-white bg-black border border-white; } .section-header { @apply text-3xl md:text-5xl mb-8 md:mb-16 font-bold pt-10; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 430e294..12f4984 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -26,7 +26,7 @@
{#each menu as mi} - + {/each}