Leverage our theme colours

Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
Šimon Brandner 2021-02-11 13:31:06 +01:00 committed by GitHub
parent e2bf0c84d7
commit 4aa3000894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
// markdown overrides:
.mx_EventTile_content .markdown-body pre:hover {
border-color: #808080 !important; // inverted due to rules below
scrollbar-color: auto;
scrollbar-color: rgba(0, 0, 0, 0.2) transparent; // copied from light theme due to inversion below
}
.mx_EventTile_content .markdown-body {
pre, code {