Add dark mode for PWA frontend
Run Tests on Branches / Detect Changes (push) Successful in 12s
Run Tests on Branches / Backend Tests (push) Has been skipped
Run Tests on Branches / Frontend Tests (push) Successful in 1m47s
Run Tests on Branches / Frontend Mobile Tests (push) Has been skipped

This commit is contained in:
Antoni Nuñez Romeu
2026-07-09 13:18:25 +02:00
parent 2e9b2f2c1f
commit e9a1d7c53d
11 changed files with 289 additions and 33 deletions
@@ -73,7 +73,7 @@
}
.saved-notifications-error {
color: #b91c1c;
color: var(--error);
}
.saved-notifications-list {
@@ -155,8 +155,8 @@
}
.saved-notifications-remove:hover:not(:disabled) {
border-color: #b91c1c;
color: #b91c1c;
border-color: var(--error);
color: var(--error);
background: rgba(185, 28, 28, 0.06);
}