diff --git a/src/styles.scss b/src/styles.scss index 6c49f2b..89c6c82 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -3,7 +3,7 @@ html, body { - background-color: rgb(245, 245, 245); + background-color: #f0f0f0; overflow: hidden; } @@ -52,6 +52,7 @@ body { } &::-webkit-scrollbar-track { border-radius: 10px; + box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); } &::-webkit-scrollbar-thumb { @@ -60,6 +61,7 @@ body { border-radius: 10px; height: 12px; &:active { + box-shadow: inset 0 0 8px rgba(255, 0, 0, 0.9); -webkit-box-shadow: inset 0 0 8px rgba(255, 0, 0, 0.9); } } @@ -67,3 +69,7 @@ body { border-radius: 10px; } } + +.bg-gray{ + background-color: #e6e6e6; +} \ No newline at end of file