Skip to content

Commit

Permalink
Docs: Fix missing color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxa committed Sep 1, 2024
1 parent 106b2cc commit 55c2755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function HomepageHeader() {
<InlineIcon icon="lucide:file-text" height="1.5rem" style={{ verticalAlign: 'text-bottom' }} /> Read the docs
</Link>
</div>
Latest version: <b>2.6</b><Link to='/changelog'>What's new?</Link>
Latest version: <b>2.6</b><Link style={{ color: '#5a98fe' }} to='/changelog'>What's new?</Link>
</div>
</header>
);
Expand Down

0 comments on commit 55c2755

Please sign in to comment.