Skip to content

Commit

Permalink
Fix for light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Apr 26, 2024
1 parent a840559 commit 79a8600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="hero-content flex-col lg:flex-row p-5 md:p-10 gap-5 md:gap-10">
<div class="text-center lg:text-left max-w-[30rem] flex flex-col gap-4">
<a href="https://github.com/chordbook/metronome" class="link-primary font-bold text-2xl">@chordbook/metronome</a>
<h1 class="text-4xl font-bold text-white">
<h1 class="text-4xl font-bold text-black dark:text-white">
A clock-synchronized universal metronome.
</h1>
<p class="text-xl">
Expand Down Expand Up @@ -75,7 +75,7 @@ <h1 class="text-4xl font-bold text-white">

<div class="text-xs text-neutral-500">
<span class="uppercase">Offset:</span>
<span class="text-neutral-content" id="offset">0</span>ms
<span class="text-neutral-700 dark:text-neutral-300" id="offset">0</span>ms
</div>
</div>
</div>
Expand Down

0 comments on commit 79a8600

Please sign in to comment.