From 9e64f5034f579eb5ec3bae17723e73e4d7bd35f4 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Wed, 18 Sep 2024 12:38:23 +0100 Subject: [PATCH] Fix #3849: fix Light Mode color swatches in Dark Mode --- CHANGELOG.md | 3 ++- docs/documentation/features/dark-mode.md | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec36cf1a6..40f184123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ ## 1.0.3 -### Bug fixes +### Documentation Fixes - Fix #3904, #3884: fix website horizontal overflow +- Fix #3849: fix Light Mode color swatches in Dark Mode ## 1.0.2 diff --git a/docs/documentation/features/dark-mode.md b/docs/documentation/features/dark-mode.md index 59905e207..afc958979 100644 --- a/docs/documentation/features/dark-mode.md +++ b/docs/documentation/features/dark-mode.md @@ -259,70 +259,70 @@ For Dark Mode, Bulma will keep the same hue and saturation of the main scheme co --bulma-scheme-main-l 100% - + 11% --bulma-scheme-main-bis-l 98% - + 13% --bulma-scheme-main-ter-l 98% - + 15% --bulma-background-l 96% - + 14% --bulma-border-weak-l 93% - + 21% --bulma-border-l 86% - + 24% --bulma-text-weak-l 48% - + 53% --bulma-text-l 29% - + 71% --bulma-text-strong-l 21% - + 93% --bulma-text-title-l 14% - + 100%