Set --fc-list-event-hover-bg-color to Nextcloud equivalent to fix white hover colour when using dark theme

Signed-off-by: Magnus Walbeck <mw@mwalbeck.org>
This commit is contained in:
Magnus Walbeck 2021-03-18 21:51:39 +01:00
parent 4e19f9a1d8
commit 85bef39384
No known key found for this signature in database
GPG Key ID: CCB78CFF3F950769
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
--fc-highlight-color: rgba(188, 232, 241, 0.3); // TODO - use some color css var from us?
--fc-today-bg-color: var(--color-main-background) !important;
--fc-now-indicator-color: red;
--fc-list-event-hover-bg-color: var(--color-background-hover) !important;
}
.fc {