Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 4aa3000

Browse files
Leverage our theme colours
Co-authored-by: J. Ryan Stinnett <[email protected]>
1 parent e2bf0c8 commit 4aa3000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/themes/dark/css/_dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
258258
// markdown overrides:
259259
.mx_EventTile_content .markdown-body pre:hover {
260260
border-color: #808080 !important; // inverted due to rules below
261-
scrollbar-color: auto;
261+
scrollbar-color: rgba(0, 0, 0, 0.2) transparent; // copied from light theme due to inversion below
262262
}
263263
.mx_EventTile_content .markdown-body {
264264
pre, code {

0 commit comments

Comments
 (0)