From 984f5fe2e28a9ffe4a453468207b0b60d3dcd914 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Sun, 28 Jan 2024 15:27:42 +0100 Subject: [PATCH] docs: fix brand btn color --- docs/.vitepress/theme/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/index.css b/docs/.vitepress/theme/index.css index 0d8e1853738..5eab1f54b45 100644 --- a/docs/.vitepress/theme/index.css +++ b/docs/.vitepress/theme/index.css @@ -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; + } }