Skip to content

Commit

Permalink
docs: fix unsupported nested css (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Feb 28, 2024
1 parent 4ab0731 commit 5125d6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/theme/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ table td ul li {

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

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

0 comments on commit 5125d6c

Please sign in to comment.