web: start implementing notifications

This commit is contained in:
Jens Langhammer
2021-01-14 22:02:21 +01:00
parent 7f5caf901d
commit 2579e168c3
5 changed files with 119 additions and 2 deletions

View File

@ -103,6 +103,9 @@ select[multiple] {
.pf-c-page {
--pf-c-page--BackgroundColor: var(--ak-dark-background);
}
.pf-c-drawer__content {
--pf-c-drawer__content--BackgroundColor: var(--ak-dark-background);
}
.pf-c-title {
color: var(--ak-dark-foreground);
}