Design tweaks to add-story-button hover

This commit is contained in:
Alvaro 2022-11-10 14:01:40 -07:00 committed by GitHub
parent 810cbb5fe5
commit 2278bf2994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 26 additions and 12 deletions

View file

@ -5353,9 +5353,9 @@ button.module-image__border-overlay:focus {
}
@include dark-theme {
background: $color-gray-80;
background: $color-gray-75;
::-webkit-scrollbar-thumb {
border: 2px solid $color-gray-80;
border: 2px solid $color-gray-75;
}
}
}