fix sidebar button accent for light theme
This commit is contained in:
parent
abad0841fe
commit
a1ee6f8f6b
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@
|
|||
.button-red, .button-accent {
|
||||
color: var(--background-color-1);
|
||||
}
|
||||
|
||||
.sidebar-button.selected,
|
||||
.sidebar-button.selected .icon-button {
|
||||
color: var(--background-color-1);
|
||||
}
|
||||
</style>
|
||||
{/if}
|
||||
</svelte:head>
|
||||
|
|
Loading…
Reference in a new issue