1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-13 01:40:49 +01:00
Pinafore-Web-Client-Frontend/scss/themes/_light_scrollbars.scss
2018-11-24 09:33:07 -08:00

6 lines
285 B
SCSS

$scrollbar-face: #{lighten($main-theme-color, 18%)} !default;
$scrollbar-face-hover: #{lighten($main-theme-color, 20%)} !default;
$scrollbar-face-active: #{lighten($main-theme-color, 15%)} !default;
$scrollbar-track: #{darken($body-bg-color, 3%)} !default;
@import "_scrollbars.scss";