diff --git a/src/styles/fx-system.css b/src/styles/fx-system.css index 2004c07..df88a33 100644 --- a/src/styles/fx-system.css +++ b/src/styles/fx-system.css @@ -1259,8 +1259,10 @@ html.dark .bento-tile.surface-yellow { color: var(--ink); } /* v7-5 uses rgba(10,10,10,0.3) for dim text (.ts in log + footer-bottom) Invert to cream-equivalent for dark mode */ -html.dark .ts { color: rgba(250,250,250,0.3); } -html.dark .fx-footer-bottom { color: rgba(250,250,250,0.3); } +html.dark .marquee-track .ts, +html.dark .fx-marquee-track .ts { color: rgba(250,238,200,0.4); } +html.dark .fx-log .ts { color: rgba(250,238,200,0.4); } +html.dark .fx-footer-bottom { color: rgba(250,238,200,0.4); } /* Coral backgrounds keep their cream text — already high contrast. No override needed for .fx-btn.coral, .fx-nav-cta, .fx-pricing-cta,