From 5791563ef0fc60e0d97bdc4b9177f5ead62aecb0 Mon Sep 17 00:00:00 2001 From: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:21:24 +0300 Subject: [PATCH] Merge pull request #21263 from overleaf/ii-bs5-code-color [web] Fix code tag colour in BS5 GitOrigin-RevId: 694640f33c8a614f470887f16f40f236cc7f9104 --- .../stylesheets/bootstrap-5/abstracts/variable-overrides.scss | 3 +++ 1 file changed, 3 insertions(+) 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;