diff --git a/layouts/client.vue b/layouts/client.vue index ddd4150..7880588 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -20,7 +20,7 @@ - + @@ -122,6 +122,12 @@ const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds"); #settings-menu { position: absolute; bottom: .25em; + + background-color: var(--primary-color) +} + +#settings-menu { + background-color: var(--primary-highlighted-color) } \ No newline at end of file