Fix scrollbar colors

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-09 07:40:29 +01:00
parent 22dfa91631
commit 62939f1348
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -258,6 +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;
}
.mx_EventTile_content .markdown-body {
pre, code {