diff --git a/web/src/authentik.css b/web/src/authentik.css index 486dac231..dc1e637c0 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -7,6 +7,7 @@ --ak-dark-background: #18191a; --ak-dark-background-darker: #000000; --ak-dark-background-light: #1c1e21; + --ak-dark-background-light-ish: #212427; --ak-dark-background-lighter: #2b2e33; } @@ -303,6 +304,9 @@ body { color: var(--ak-dark-foreground); } /* notifications */ + .pf-c-drawer__panel { + background-color: var(--ak-dark-background); + } .pf-c-notification-drawer { --pf-c-notification-drawer--BackgroundColor: var(--ak-dark-background); } @@ -310,6 +314,10 @@ body { background-color: var(--ak-dark-background-lighter); color: var(--ak-dark-foreground); } + .pf-c-notification-drawer__list-item { + background-color: var(--ak-dark-background-light-ish); + color: var(--ak-dark-foreground); + } /* data list */ .pf-c-data-list__item { --pf-c-data-list__item--BackgroundColor: var(--ak-dark-background-light); diff --git a/web/src/elements/notifications/NotificationDrawer.ts b/web/src/elements/notifications/NotificationDrawer.ts index 16b1f0043..74fd8df32 100644 --- a/web/src/elements/notifications/NotificationDrawer.ts +++ b/web/src/elements/notifications/NotificationDrawer.ts @@ -64,7 +64,7 @@ export class NotificationDrawer extends LitElement { default: break; } - return html`