fix sidebar button accent for light theme

This commit is contained in:
hippoz 2022-08-31 12:57:49 +03:00
parent abad0841fe
commit a1ee6f8f6b
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -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>