From 30d90357132aeedf63bbf40c2ed740affed8f173 Mon Sep 17 00:00:00 2001 From: tree Date: Sun, 12 Feb 2023 19:06:50 +0100 Subject: [PATCH] Update --- src/app.css | 5 ++++- src/routes/+layout.svelte | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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}