summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_scrollbar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_scrollbar.scss')
-rw-r--r--webapp/sass/components/_scrollbar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/sass/components/_scrollbar.scss b/webapp/sass/components/_scrollbar.scss
index b868c0bf0..06ee37dc9 100644
--- a/webapp/sass/components/_scrollbar.scss
+++ b/webapp/sass/components/_scrollbar.scss
@@ -11,7 +11,7 @@
::-webkit-scrollbar-thumb {
@include border-radius($border-rad * 2);
- background: rgba(0, 0, 0, .4);
+ background: rgba(0, 0, 0, .2);
}
body {