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

Fix blockquote colour contrast #11299

Merged
merged 2 commits into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
t3chguy marked this conversation as resolved.
Show resolved Hide resolved
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
Loading