Color Theme applies to scrollbars (#793)

* Moved more scss to use syntax to reduce css size

* Hooked in color-scheme to help brower render scroll bars appropriately depending on color scheme user selects
This commit is contained in:
Joseph Milazzo 2021-11-28 08:24:12 -06:00 committed by GitHub
parent 7f6fc8c692
commit befbe92cb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 41 additions and 22 deletions

View file

@ -1,4 +1,4 @@
@import '~bootstrap/scss/mixins/_breakpoints.scss'; // TODO: Use @forwards for this?
@import '~bootstrap/scss/mixins/_breakpoints.scss';
$primary-color: white;
$bg-color: rgb(22, 27, 34);