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
+2 -2
View File
@@ -118,7 +118,7 @@
.modal-error {
font-size: 0.82rem;
color: #b91c1c;
color: var(--error);
margin: 0.25rem 0 0.75rem;
}
@@ -149,7 +149,7 @@
.modal-submit {
background: var(--primary);
border: none;
color: #fff;
color: var(--on-primary);
padding: 0.55rem 1.35rem;
border-radius: 999px;
cursor: pointer;