You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
442 B
Sass

@import '../styles/mixins.sass'
@import '../styles/vars.sass'
html, body
margin: 0
height: 100%
::ng-deep body
scrollbar-color: #aaa #ddd
scrollbar-width: thin
.dark-theme
scrollbar-color: #ddd #666
5 years ago
::ng-deep ::-webkit-scrollbar
width: 4px
::ng-deep ::-webkit-scrollbar-track
background: #ddd
.dark-theme
background: #666
::ng-deep ::-webkit-scrollbar-thumb
background: #aaa
.dark-theme
background: #ddd