From: Tom Hughes Date: Tue, 9 Apr 2024 17:23:29 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4673' X-Git-Tag: live~1482 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/564c63fc8201a47a099c9d4dedcbb6c9ca67758b?hp=6caf44280ac6a3e44630745b91fc80fa0eef0577 Merge remote-tracking branch 'upstream/pull/4673' --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 3d9e69b76..ed79a7cec 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -898,12 +898,12 @@ div.secondary-actions { .richtext, .prose { code { - background: $lightgrey; + background: var(--bs-secondary-bg); padding: 2px 3px; } pre { - background: $lightgrey; + background: var(--bs-secondary-bg); padding: 2px 3px; white-space: pre-wrap; @@ -914,17 +914,17 @@ div.secondary-actions { img { padding: $lineheight; - background-color: $offwhite; + background-color: var(--bs-tertiary-bg); display: block; max-width: 100%; margin: auto; } blockquote { - border-left: $lineheight solid $offwhite; + border-left: $lineheight solid var(--bs-tertiary-bg); padding-left: $lineheight; margin: 0; - color: $darkgrey; + color: var(--bs-secondary-color); } }