Fix blockquote colour contrast (#11299)

* Fix blockquote colour contrast

* Blockquote update
pull/28788/head^2
Germain 2023-07-21 13:16:33 +01:00 committed by GitHub
parent 3b0ed17241
commit d0c6880335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -419,6 +419,7 @@ legend {
blockquote {
border-left: 2px solid $blockquote-bar-color;
color: $secondary-content;
border-radius: 2px;
padding: 0 10px;
}

View File

@ -775,6 +775,7 @@ $left-gutter: 64px;
blockquote {
border-left: 2px solid $blockquote-bar-color;
color: $secondary-content;
border-radius: 2px;
padding: 0 10px;
}