Change left pane border color in light mode

This commit is contained in:
Evan Hahn 2021-10-13 13:44:37 -05:00 committed by GitHub
parent 99b4e8680f
commit 99934ced90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6214,7 +6214,7 @@ button.module-image__border-overlay:focus {
position: relative;
@include light-theme {
border-color: $color-gray-20;
border-color: $color-gray-15;
background-color: $color-gray-02;
::-webkit-scrollbar-thumb {