From 4e6fd16325d02ddd043f69d5e225900338f5df84 Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Tue, 7 Jun 2022 14:33:19 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/css/dark-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/dark-theme.css b/src/css/dark-theme.css index 3b287b3..a0836c1 100644 --- a/src/css/dark-theme.css +++ b/src/css/dark-theme.css @@ -3,7 +3,7 @@ /* background */ html[data-theme='dark'] { --ifm-background-color: #18191a; - --ifm-background-surface-color: #18191a; + --ifm-background-surface-color: var(--ifm-background-color); --ifm-hover-overlay: #ffffff0d; --ifm-color-content-secondary: var(--ifm-color-primary-light); --ifm-breadcrumb-separator-filter: invert(64%) sepia(11%) saturate(0%); -- GitLab