aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShinigami <[email protected]>2024-02-28 22:12:28 +0100
committerGitHub <[email protected]>2024-02-28 22:12:28 +0100
commit5125d6c3e21f4fb947aab0d71e8c3d8b889ecbdb (patch)
tree2f9d0d81ef91e9b2f7a65f3c99229e4f994f9163 /docs
parent4ab073164beab2bf690d7fffc7773e7b76d8e07e (diff)
downloadfaker-5125d6c3e21f4fb947aab0d71e8c3d8b889ecbdb.tar.xz
faker-5125d6c3e21f4fb947aab0d71e8c3d8b889ecbdb.zip
docs: fix unsupported nested css (#2696)
Diffstat (limited to 'docs')
-rw-r--r--docs/.vitepress/theme/index.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/.vitepress/theme/index.css b/docs/.vitepress/theme/index.css
index 947dceb1..fd51def4 100644
--- a/docs/.vitepress/theme/index.css
+++ b/docs/.vitepress/theme/index.css
@@ -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;
}