Josh's Changes

This commit is contained in:
2026-04-03 20:43:00 -04:00
parent df06dcc0d7
commit 03825c1048
16 changed files with 216 additions and 54 deletions
+80
View File
@@ -780,6 +780,86 @@ body.header-tone-light .app-header .tab.active {
}
}
/* TV dashboard: dark room mode (wall display) */
body.calendar-tv-dark {
color-scheme: dark;
background-color: #0f172a;
color: #e2e8f0;
--text-color: #e2e8f0;
--border-color: #334155;
--secondary-color: #1e293b;
}
body.calendar-tv-dark main {
background-color: #0f172a;
}
body.calendar-tv-dark .calendar-tv-view h2,
body.calendar-tv-dark .calendar-tv-view h3 {
color: #f1f5f9;
}
body.calendar-tv-dark .calendar-tv-view .text-muted {
color: #94a3b8 !important;
}
body.calendar-tv-dark .calendar-tv-view .calendar-embed {
background-color: #1e293b;
border-color: #334155 !important;
}
body.calendar-tv-dark .calendar-tv-view .calendar-embed.bg-white {
background-color: #1e293b !important;
}
body.calendar-tv-dark .calendar-tv-view .list-group-item {
background-color: rgba(30, 41, 59, 0.75);
color: #e2e8f0;
border-color: #334155 !important;
}
body.calendar-tv-dark .calendar-tv-view .list-group-item-action:hover,
body.calendar-tv-dark .calendar-tv-view .list-group-item-action:focus {
background-color: rgba(51, 65, 85, 0.65);
color: #f8fafc;
}
body.calendar-tv-dark .calendar-tv-view .calendar-agenda-today {
background-color: color-mix(in srgb, var(--fh-primary, #4a90e2) 24%, #1e293b);
border-color: var(--fh-primary, #60a5fa) !important;
}
body.calendar-tv-dark .calendar-tv-view .calendar-agenda-today .text-primary {
color: var(--fh-primary, #93c5fd) !important;
}
body.calendar-tv-dark .calendar-tv-view .text-primary {
color: var(--fh-primary, #93c5fd) !important;
}
body.calendar-tv-dark .calendar-tv-view .btn-outline-secondary {
color: #cbd5e1;
border-color: #64748b;
}
body.calendar-tv-dark .calendar-tv-view .btn-outline-secondary:hover,
body.calendar-tv-dark .calendar-tv-view .btn-outline-secondary:focus {
background-color: #334155;
border-color: #94a3b8;
color: #f8fafc;
}
body.calendar-tv-dark .calendar-tv-view code {
background-color: #334155;
color: #e2e8f0;
}
body.calendar-tv-dark .calendar-tv-view .badge.bg-secondary {
background-color: #475569 !important;
color: #f1f5f9;
}
/* Meal detail (recipe) page: sections and flow */
.meal-detail-header {
border-bottom: 1px solid var(--border-color);