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;
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue