From 4ba07e01e1cadc76baaaabdb3d9b05f52622cbf2 Mon Sep 17 00:00:00 2001 From: Muhammad Arnaldo Date: Mon, 24 Nov 2025 19:24:26 +0700 Subject: [PATCH] MDL-86547 theme_boost: Override the code-color Increase the contrast by overriding the existing code color to match the one on default.scss --- public/theme/boost/scss/editor.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/theme/boost/scss/editor.scss b/public/theme/boost/scss/editor.scss index 2ffd9074192..0a2b41b3700 100644 --- a/public/theme/boost/scss/editor.scss +++ b/public/theme/boost/scss/editor.scss @@ -1,3 +1,6 @@ +/* Override the code-color to increase the contrast. */ +$code-color: #db1a74 !default; + /* Give editor access to all of bootstrap. */ @import "bootstrap/bootstrap";