thewh1teagle / vibe

Transcribe on your own!
https://thewh1teagle.github.io/vibe/
MIT License
1.25k stars 73 forks source link

[Bug]: HTML generated under dark theme has white timestamp text with white background #333

Closed PikachuEXE closed 1 month ago

PikachuEXE commented 1 month ago

What happened?

HTML generated under Dark theme:

<div style="margin-bottom: 10px;">
<div class="timestamp" style="font-size: 13px; padding-bottom: 6px; color: rgb(255, 255, 255); opacity: 0.75;">00:19 --&gt; 00:24</div> 
Text</div>

HTML under light theme

<div style="margin-bottom: 10px;">
<div class="timestamp" style="font-size: 13px; padding-bottom: 6px; color: rgb(0, 0, 0); opacity: 0.75;">00:00 --&gt; 00:19</div> Text</div>

Steps to reproduce

  1. Set theme to dark
  2. Generate HTML
  3. View it in browser

What OS are you seeing the problem on?

Window

Relevant log output

No response

thewh1teagle commented 1 month ago

@PikachuEXE

Thanks for report! Fixed in latest version