Merge pull request #2953 from mwalbeck/issues/breezedark/232

Fix white hover background on events in list view when using dark theme
This commit is contained in:
Greta 2021-03-19 09:28:44 +01:00 committed by GitHub
commit 7aa6ac708a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {