MDL-86547 theme_boost: Override the code-color

Increase the contrast by overriding the existing code color to match the one on default.scss
This commit is contained in:
Muhammad Arnaldo
2025-11-24 19:24:26 +07:00
parent b879b87281
commit 4ba07e01e1
+3
View File
@@ -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";