diff --git a/services/web/frontend/stylesheets/bootstrap-5/abstracts/variable-overrides.scss b/services/web/frontend/stylesheets/bootstrap-5/abstracts/variable-overrides.scss index cff3359e88..c5caed3bbb 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/abstracts/variable-overrides.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/abstracts/variable-overrides.scss @@ -262,3 +262,6 @@ $offcanvas-horizontal-width: 320px; $offcanvas-padding-x: 12.5px; $offcanvas-padding-y: 12.5px; $offcanvas-border-width: 0; + +// Code +$code-color: $content-secondary;