From 5f1084bcbac93e8adb4d76d995d0f21dc50dd709 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 29 Aug 2024 15:59:40 +0800 Subject: [PATCH] MDL-82948 theme_boost: Make
's border a bit darker --- theme/boost/scss/moodle/core.scss | 2 +- theme/boost/style/moodle.css | 2 +- theme/classic/style/moodle.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index 50b53f82fd2..7e1b5746721 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -3054,7 +3054,7 @@ blockquote { margin: 0 0.5rem 1rem; padding-left: 1rem; color: $gray-700; - border-left: 5px solid $gray-400; + border-left: 5px solid $gray-500; } /* Prevent long strings exceeding page width */ diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index c9b174520cf..6247a40d0b1 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -26018,7 +26018,7 @@ blockquote { margin: 0 0.5rem 1rem; padding-left: 1rem; color: #495057; - border-left: 5px solid #ced4da; + border-left: 5px solid #8f959e; } /* Prevent long strings exceeding page width */ diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 27f96ad0817..59b7c6744c9 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -26018,7 +26018,7 @@ blockquote { margin: 0 0.5rem 1rem; padding-left: 1rem; color: #495057; - border-left: 5px solid #ced4da; + border-left: 5px solid #8f959e; } /* Prevent long strings exceeding page width */