style: modified scroll bar background color

This commit is contained in:
XPoet 2020-09-03 15:09:24 +08:00
parent 255de77735
commit 9a7d9e13ca
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.32);
} }
&::-webkit-scrollbar-track { &::-webkit-scrollbar-track {