From 30e93606e6cb4b5f071bb9bfe0177445d3e43559 Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Sat, 5 Aug 2023 09:57:07 -0500 Subject: [PATCH] more styling tweaks --- .../assets/styles/components/_readthedocs-switcher.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pydata_sphinx_theme/assets/styles/components/_readthedocs-switcher.scss b/src/pydata_sphinx_theme/assets/styles/components/_readthedocs-switcher.scss index ce5968bd8d..aab0f3f844 100644 --- a/src/pydata_sphinx_theme/assets/styles/components/_readthedocs-switcher.scss +++ b/src/pydata_sphinx_theme/assets/styles/components/_readthedocs-switcher.scss @@ -2,7 +2,7 @@ position: relative !important; font-family: inherit !important; a { - color: var(--pst-color-text-base); + color: var(--pst-color-link) !important; text-decoration: unset; @include link-style-hover; &:hover { @@ -49,9 +49,10 @@ dd { border-color: var(--pst-color-border) !important; border-radius: var(--bs-dropdown-border-radius) !important; + border-style: solid !important; border-width: 1px !important; a { - color: unset; + color: var(--pst-color-text-base) !important; @include link-style-hover; } }