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:
parent
bb34474101
commit
30e8408e85
|
@ -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);
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
|
Reference in New Issue