Dark mode improvements and FarmaClic rebranding
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 1m55s
Run Tests on Branches / Frontend Mobile Tests (push) Successful in 1m51s

- Dark mode: gray background instead of pure black
- Dark mode: improved notification card visibility (SavedNotifications)
- Dark mode: improved alerts view badge contrast (AlertsView)
- Dark mode: custom pharmacy-themed background image
- Rebranding: replace all logos with FarmaClic branding
- Update PWA icons, favicon, apple-touch-icon, and mobile app icons
This commit is contained in:
Antoni Nuñez Romeu
2026-07-10 09:58:36 +02:00
parent f58b4427a8
commit 8b9b7e8444
20 changed files with 86 additions and 14 deletions
+36
View File
@@ -130,6 +130,42 @@
background: var(--surface-container-high);
}
/* Dark mode adaptations */
[data-theme="dark"] .alert-card {
background: var(--surface-container);
}
[data-theme="dark"] .alert-badge--primary {
background: rgba(239, 68, 68, 0.2);
color: #fca5a5;
}
[data-theme="dark"] .alert-badge--tertiary {
background: rgba(167, 139, 250, 0.2);
color: #c4b5fd;
}
[data-theme="dark"] .alert-icon--primary {
background: rgba(142, 212, 160, 0.15);
color: #8ed4a0;
}
[data-theme="dark"] .alert-icon--tertiary {
background: rgba(167, 139, 250, 0.15);
color: #a78bfa;
}
[data-theme="dark"] .alert-delete {
border-color: var(--border);
color: var(--text-muted);
}
[data-theme="dark"] .alert-delete:hover {
background: rgba(239, 68, 68, 0.12);
color: #fca5a5;
border-color: #f87171;
}
@media (max-width: 400px) {
.alerts-title {
font-size: 1.5rem;