From cd1897393eaefad73a4703aa13e04e46e39f82a7 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 25 Jun 2023 04:22:55 +0200 Subject: [PATCH] feat: improve visual feedback --- src/routes/patches/PatchItem.svelte | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/patches/PatchItem.svelte b/src/routes/patches/PatchItem.svelte index 7dbff17..a462f99 100644 --- a/src/routes/patches/PatchItem.svelte +++ b/src/routes/patches/PatchItem.svelte @@ -85,6 +85,10 @@ padding: 0.25rem 0.5rem; border: 1px solid var(--grey-three); border-radius: 8px; + + &:hover { + background-color: var(--grey-two); + } } a { @@ -146,6 +150,10 @@ .option { padding: 1rem; + + &:hover { + background-color: var(--grey-two); + } } /* thanks piknik */