mirror of
https://github.com/nolanlawson/pinafore
synced 2025-02-13 01:40:49 +01:00
6 lines
283 B
SCSS
6 lines
283 B
SCSS
$scrollbar-face: #{lighten($main-theme-color, 5%)} !default;
|
|
$scrollbar-face-hover: #{lighten($main-theme-color, 7%)} !default;
|
|
$scrollbar-face-active: #{lighten($main-theme-color, 3%)} !default;
|
|
$scrollbar-track: #{lighten($body-bg-color, 7%)} !default;
|
|
|
|
@import "_scrollbars.scss"; |