diff --git a/src/css/theming.css b/src/css/theming.css index 7f7051b026..b3f46a8f32 100644 --- a/src/css/theming.css +++ b/src/css/theming.css @@ -162,7 +162,7 @@ /* PRIMITES WITH THEME DEFINED BY TOGGLER */ html[data-theme="dark"] { --docsearch-searchbox-background: var(--gray-900) !important; - --table-of-contents-link: #E2E8F0; + --table-of-contents-link: #A0AEC0; --ifm-blockquote-border-color: transparent; --ifm-color-primary: #25c2a0; --ifm-color-primary-dark: #21af90; @@ -384,7 +384,7 @@ html[data-theme="dark"] { :root[data-theme="dark"] { --docsearch-searchbox-background: var(--gray-900) !important; - --table-of-contents-link: #E2E8F0; + --table-of-contents-link: #A0AEC0; --ifm-color-primary: #25c2a0; --ifm-color-primary-dark: #21af90; --ifm-color-primary-darker: #1fa588;