summaryrefslogtreecommitdiff
path: root/themes/PaperMod/assets/css/includes/scroll-bar.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/assets/css/includes/scroll-bar.css')
-rw-r--r--themes/PaperMod/assets/css/includes/scroll-bar.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/PaperMod/assets/css/includes/scroll-bar.css b/themes/PaperMod/assets/css/includes/scroll-bar.css
index 47405de..f6e577d 100644
--- a/themes/PaperMod/assets/css/includes/scroll-bar.css
+++ b/themes/PaperMod/assets/css/includes/scroll-bar.css
@@ -31,7 +31,7 @@
}
.post-content :not(table) ::-webkit-scrollbar-thumb {
- border: 2px solid var(--hljs-bg);
+ border: 2px solid var(--code-block-bg);
background: rgb(113, 113, 117);
}
@@ -60,4 +60,4 @@
width: 19px;
height: 11px;
}
-} \ No newline at end of file
+}