From cb873efd38a959beada8e5919e93a936c1ef60e2 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Sat, 10 Feb 2024 02:59:54 -0500 Subject: [PATCH] [S] Minor style issue --- AquaNet/src/App.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AquaNet/src/App.svelte b/AquaNet/src/App.svelte index 3dcf16dd..37e67b4a 100644 --- a/AquaNet/src/App.svelte +++ b/AquaNet/src/App.svelte @@ -12,7 +12,7 @@
home
maps
rankings
- +
@@ -42,6 +42,9 @@ text-decoration: underline 1px solid transparent text-underline-offset: 0.1em + display: flex + align-items: center + &:hover color: $c-main text-decoration-color: $c-main