From 36f55a6b0e0afe9cedba6639152837987a38bf35 Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Fri, 15 Nov 2024 12:12:36 -0300 Subject: [PATCH] more css --- docs/site/src/css/custom.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/site/src/css/custom.css b/docs/site/src/css/custom.css index bfe0829dbd0..c6d047daaeb 100644 --- a/docs/site/src/css/custom.css +++ b/docs/site/src/css/custom.css @@ -133,6 +133,7 @@ } @media (min-width: 769px) { + [data-theme="light"] .menu__link:hover, [data-theme="light"] .menu__link--active{ font-weight: bold; color: var(--ifm-menu-color); @@ -143,7 +144,12 @@ .menu__link { color: rgba(255, 255, 255, 0.7); } - + + [data-theme="light"] .menu__list-item-collapsible:hover, + + [data-theme="light"] .menu__link:hover{ + background-color: #525860; + } [data-theme="light"] .menu__link--active { font-weight: bold; color: white;