MDL-82948 theme_boost: Make <blockquote>'s border a bit darker

This commit is contained in:
Jun Pataleta 2024-08-29 15:59:40 +08:00
parent 056f473a6e
commit 5f1084bcba
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7
3 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */