diff --git a/static/style.css b/static/style.css index 7447edc..4384275 100644 --- a/static/style.css +++ b/static/style.css @@ -407,9 +407,16 @@ body { [data-theme="dark"] .chip-no.active { color: #1a1a2e; } +[data-theme="dark"] .chip { + color: var(--text); +} +[data-theme="dark"] .badge { + color: var(--text); +} [data-theme="dark"] .badge-yes, [data-theme="dark"] .badge-no { color: #1a1a2e; + font-weight: 600; } [data-theme="dark"] .meal-table th { background: #1a1a30; @@ -466,4 +473,4 @@ body { } .theme-toggle:hover { background: var(--gray-bg); -} +} \ No newline at end of file