style: set colour, not background colour
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-12 23:29:27 +02:00
parent 1ff8d02a86
commit 923bb09905
No known key found for this signature in database

View file

@ -123,11 +123,11 @@ const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds");
position: absolute;
bottom: .25em;
background-color: var(--primary-color)
color: var(--primary-color)
}
#settings-menu {
background-color: var(--primary-highlighted-color)
#settings-menu:hover {
color: var(--primary-highlighted-color)
}
</style>