1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-03 21:42:32 +03:00

Fix blockquote colour contrast (#11299)

* Fix blockquote colour contrast

* Blockquote update
This commit is contained in:
Germain
2023-07-21 13:16:33 +01:00
committed by GitHub
parent 3b0ed17241
commit d0c6880335
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;
}