Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix blockquote colour contrast (#11299)
Browse files Browse the repository at this point in the history
* Fix blockquote colour contrast

* Blockquote update
  • Loading branch information
Germain authored Jul 21, 2023
1 parent 3b0ed17 commit d0c6880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/css/_common.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ legend {

blockquote {
border-left: 2px solid $blockquote-bar-color;
color: $secondary-content;
border-radius: 2px;
padding: 0 10px;
}
Expand Down
1 change: 1 addition & 0 deletions res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@ $left-gutter: 64px;

blockquote {
border-left: 2px solid $blockquote-bar-color;
color: $secondary-content;
border-radius: 2px;
padding: 0 10px;
}
Expand Down

0 comments on commit d0c6880

Please sign in to comment.