diff --git a/src/App.vue b/src/App.vue
index d062c6e..e659301 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -817,7 +817,14 @@ async function handleVoiceQueryComplete(text: string) {
}
&.mic-off {
- opacity: 0.6;
+ background: rgba(239, 68, 68, 0.15);
+ border-color: rgba(239, 68, 68, 0.5);
+ color: rgba(239, 68, 68, 0.8);
+ opacity: 1;
+
+ .mic-label {
+ color: rgba(239, 68, 68, 0.8);
+ }
}
&.mic-processing {
diff --git a/src/components/SubtitlePanel.vue b/src/components/SubtitlePanel.vue
index 20c4361..f2dc97c 100644
--- a/src/components/SubtitlePanel.vue
+++ b/src/components/SubtitlePanel.vue
@@ -4,7 +4,7 @@
class="subtitle-content ai-only-mode"
ref="scrollContainerRef"
>
-
+