Skip to content

Commit 5125d6c

Browse files
authored
docs: fix unsupported nested css (#2696)
1 parent 4ab0731 commit 5125d6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/.vitepress/theme/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ table td ul li {
6969

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

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

0 commit comments

Comments
 (0)