From f4849041a459396bf372a6f70e172c72631a0607 Mon Sep 17 00:00:00 2001 From: "louismaxime.piton" Date: Wed, 20 Sep 2023 09:05:22 +0200 Subject: [PATCH] fix(values) --- scss/_variables-dark.scss | 4 ++-- site/content/docs/5.3/dark-mode.md | 13 +++++++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/scss/_variables-dark.scss b/scss/_variables-dark.scss index 1f59ccf00a..a1c12d3b78 100644 --- a/scss/_variables-dark.scss +++ b/scss/_variables-dark.scss @@ -86,8 +86,8 @@ $headings-color-dark: $white !default; // Boosted mod: instead of $link-color-dark: $white !default; // Boosted mod: instead of `tint-color($primary, 40%)` $link-hover-color-dark: $primary !default; // Boosted mod: instead of `shift-color($link-color-dark, -$link-shade-percentage)` $code-color-dark: tint-color($code-color, 40%) !default; -$mark-color-dark: $body-color-dark !default; -$mark-bg-dark: $yellow-800 !default; +$mark-color-dark: $black !default; // Boosted mod: instead of `$body-color-dark` +$mark-bg-dark: $white !default; // Boosted mod: instead of `$yellow-800` // diff --git a/site/content/docs/5.3/dark-mode.md b/site/content/docs/5.3/dark-mode.md index a776fcaaa0..84ee0fd46a 100644 --- a/site/content/docs/5.3/dark-mode.md +++ b/site/content/docs/5.3/dark-mode.md @@ -27,7 +27,7 @@ sitemap_exclude: true
-
--bs-highlight-bg
+
--bs-highlight-color
@@ -37,15 +37,20 @@ sitemap_exclude: true
-
--bs-color-translucent
-
-
+
--bs-border-color-translucent
+
+
--bs-secondary-color
+
+
--bs-link-hover-color
+
+
+
--bs-primary