web: fix header colour for notification drawer in dark mode

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-11 17:41:26 +02:00
parent b42b7be726
commit b526250515
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ body {
}
.pf-c-notification-drawer__header {
background-color: var(--ak-dark-background-lighter);
color: var(--ak-dark-foreground);
}
/* data list */
.pf-c-data-list__item {