From e2b707e1d201ae4392747fec95e8308f2ecd1df2 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Sat, 12 Jul 2025 23:24:26 +0200 Subject: [PATCH] feat: add hover colour to setting menu --- layouts/client.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/layouts/client.vue b/layouts/client.vue index ddd4150..3162620 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -20,7 +20,7 @@ - + @@ -112,6 +112,12 @@ const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds"); height: 3rem; overflow-y: scroll; overflow-x: hidden; + + background-color: var(--primary-color) +} + +.sidebar-icon:hover { + background-color: var(--primary-highlighted-color) } #home-button {