From 580df7d66bcd2d40f7deeda8a5dc163c7b9de601 Mon Sep 17 00:00:00 2001 From: karenmai-usace Date: Fri, 6 Mar 2026 10:18:32 -0800 Subject: [PATCH] Took away [data-theme='dark'] .table-of-contents__link:hover {} so text color is just text-ifm-primary-dark for both light and dark mode --- src/css/custom.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 82a115373..c09e76c87 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -228,18 +228,10 @@ code, @apply text-ifm-primary; } -[data-theme='dark'] .table-of-contents__link:hover { - @apply text-ifm-primary-dark; -} - .table-of-contents__link--active { @apply text-ifm-primary-dark; } -[data-theme='dark'] .table-of-contents__link--active { - @apply text-ifm-primary-darkest; -} - [data-theme='light'] .DocSearch { /* --docsearch-primary-color: var(--ifm-color-primary); */ /* --docsearch-text-color: var(--ifm-font-color-base); */