style: set colour, not background colour
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
1ff8d02a86
commit
923bb09905
1 changed files with 3 additions and 3 deletions
|
@ -123,11 +123,11 @@ const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds");
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: .25em;
|
bottom: .25em;
|
||||||
|
|
||||||
background-color: var(--primary-color)
|
color: var(--primary-color)
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings-menu {
|
#settings-menu:hover {
|
||||||
background-color: var(--primary-highlighted-color)
|
color: var(--primary-highlighted-color)
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue