We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab0731 commit 5125d6cCopy full SHA for 5125d6c
1 file changed
docs/.vitepress/theme/index.css
@@ -69,8 +69,8 @@ table td ul li {
69
70
.VPHero .action:not(:last-child) a.VPButton.alt {
71
border-color: var(--vp-button-brand-bg) !important;
72
+}
73
- .dark & {
74
- color: var(--vp-button-brand-text) !important;
75
- }
+.dark .VPHero .action:not(:last-child) a.VPButton.alt {
+ color: var(--vp-button-brand-text) !important;
76
}
0 commit comments