+
No waveform data to display.
) : scopeMode ? (
diff --git a/frontend/src/styles/embed-theme.css b/frontend/src/styles/embed-theme.css
index 313244b..6c91fbf 100644
--- a/frontend/src/styles/embed-theme.css
+++ b/frontend/src/styles/embed-theme.css
@@ -116,34 +116,6 @@ html.light ::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}
-/* Shared component overrides for light embed mode.
- Targets hardcoded Tailwind slate utilities in SchematicViewer
- and SimulationLog without modifying the shared components. */
-
-html.light .border-slate-700\/50 {
- border-color: #e2e8f0;
-}
-
-html.light .bg-slate-800\/50 {
- background-color: rgba(241, 245, 249, 0.8);
-}
-
-html.light .text-slate-400 {
- color: #64748b;
-}
-
-html.light .text-slate-500 {
- color: #64748b;
-}
-
-html.light .text-slate-600 {
- color: #475569;
-}
-
-html.light .hover\:text-slate-200:hover {
- color: #1e293b;
-}
-
-html.light .hover\:bg-slate-700\/50:hover {
- background-color: rgba(226, 232, 240, 0.5);
-}
+/* Previous workaround overrides for hardcoded slate utilities removed —
+ WaveformViewer, SchematicViewer, and SimulationLog now use
+ theme-aware sb-* utility classes directly. */