diff --git a/src/styles.scss b/src/styles.scss index 98277df..b00d721 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,6 +1,8 @@ @import "./assets/scss/animation.scss"; +@import "./assets/scss/bootstrap-override.scss"; -html, body { +html, +body { background-color: rgb(245, 245, 245); overflow: hidden; } @@ -57,11 +59,11 @@ html, body { outline: 1px solid slategrey; border-radius: 10px; height: 12px; - &:active{ + &:active { -webkit-box-shadow: inset 0 0 8px rgba(255, 0, 0, 0.9); } } &::-webkit-scrollbar-corner { border-radius: 10px; } -} \ No newline at end of file +}