Skip to content

Commit

Permalink
docs: fix "browse api" button in light mode (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Jan 29, 2024
1 parent a5dd0fa commit 793730a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vitepress/theme/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ table td ul li {

.VPHero .action:not(:last-child) a.VPButton.alt {
border-color: var(--vp-button-brand-bg) !important;
color: var(--vp-button-brand-text) !important;

.dark & {
color: var(--vp-button-brand-text) !important;
}
}

0 comments on commit 793730a

Please sign in to comment.