1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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

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 {