Re-add light border around scrollbar thumb in light theme

This commit is contained in:
Scott Nonnenberg 2019-05-29 16:18:39 -07:00
parent 86a38d2f2b
commit 3d06a815c9

View file

@ -26,6 +26,7 @@ body {
::-webkit-scrollbar-thumb {
background: $color-light-35;
border: 2px solid $color-white;
&:hover {
background: $color-light-45;