web/admin: fix notification unread colours not matching on user and admin interface

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-12-16 10:17:17 +01:00
parent bb34474101
commit 30e8408e85
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ export class PageHeader extends LitElement {
font-size: 24px;
}
.notification-trigger.has-notifications {
color: #2b9af3;
color: var(--pf-global--active-color--100);
}
`,
];