Fix colour regressions (#11273)

* Fix color contrast of notice events

Fixes https://github.com/vector-im/element-web/issues/25808

* Restore alert color for highlighted events

Fixes https://github.com/vector-im/element-web/issues/25788

* Fix quote border for highlighted events

Fixes https://github.com/vector-im/element-web/issues/25811

* Fix media background mixing with event highlighted

Fixes https://github.com/vector-im/element-web/issues/25812
This commit is contained in:
Germain 2023-07-17 10:59:10 +01:00 committed by GitHub
parent 2bc4764e01
commit 5d4153fa64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -16,5 +16,5 @@ limitations under the License.
.mx_MNoticeBody {
white-space: pre-wrap;
opacity: 0.6;
color: $secondary-content;
}