From 4aa30008940a30c01afb150103080fe1886b73fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 11 Feb 2021 13:31:06 +0100 Subject: [PATCH] Leverage our theme colours Co-authored-by: J. Ryan Stinnett --- res/themes/dark/css/_dark.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/themes/dark/css/_dark.scss b/res/themes/dark/css/_dark.scss index b4d1fc9fcc..612b8e03bd 100644 --- a/res/themes/dark/css/_dark.scss +++ b/res/themes/dark/css/_dark.scss @@ -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 {