Skip to content

Commit 608213b

Browse files
committed
fix dark/white font invisible
1 parent 7b72a48 commit 608213b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/pages/index.astro

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ const metadata = {
4444
>
4545
<Fragment slot="title">
4646
<!-- <span class="hidden xl:inline">Unleashing Web3 Potential With</span> -->
47-
<span class="text-accent dark:text-white highlight" style="font-family: 'Courier New', Courier, monospace; font-size: 60px; color: black; font-weight: bold;"> Unleashing Crypto Trading Potential</span>
47+
<span class="hidden sm:inline">
48+
<span class="text-accent dark:text-white highlight" style="font-family: 'Smooch', Courier, monospace; font-size: 60px; font-weight: bold;"> Unleashing Crypto Trading Potential</span>
49+
</span>
4850
</Fragment>
4951

5052
<Fragment slot="subtitle">

0 commit comments

Comments
 (0)