Commit 3fe6935f2e429d07571b053b937896bb515561d5
1 parent
d4fabac8a5
Exists in
master
Cambiado color del scroll bar personalizado.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/styles.scss
... | ... | @@ -67,8 +67,8 @@ body { |
67 | 67 | border-radius: 10px; |
68 | 68 | height: 12px; |
69 | 69 | &:active { |
70 | - box-shadow: inset 0 0 8px rgba(255, 0, 0, 0.9); | |
71 | - -webkit-box-shadow: inset 0 0 8px rgba(255, 0, 0, 0.9); | |
70 | + box-shadow: inset 0 0 8px $primary; | |
71 | + -webkit-box-shadow: inset 0 0 8px $primary; | |
72 | 72 | } |
73 | 73 | } |
74 | 74 | &::-webkit-scrollbar-corner { |