summaryrefslogtreecommitdiff
path: root/themes/PaperMod/assets/css/includes/scroll-bar.css
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-14 19:30:41 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-14 19:30:41 +0200
commit48cd01768bd81c857162ac3dd70c523ac2c19c23 (patch)
tree0cb90363de46b6a9a593c5ab779198456b56e04c /themes/PaperMod/assets/css/includes/scroll-bar.css
parent867a3c0c44033242d03f022134b1b38d9eca5008 (diff)
sync theme
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
+}