Changed scrollbar color
This commit is contained in:
parent
34a559f3e8
commit
883bb53c5c
|
@ -45,7 +45,7 @@ export default createGlobalStyle`
|
|||
border-right-width: 4px;
|
||||
border-left-width: 4px;
|
||||
-webkit-border-radius: 9px 4px;
|
||||
-webkit-box-shadow: inset 0 0 0 1px hsl(211, 10%, 53%), inset 0 0 0 4px hsl(209deg 18% 30%);
|
||||
-webkit-box-shadow: inset 0 0 0 1px #444, inset 0 0 0 4px #444;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track-piece {
|
||||
|
|
Loading…
Reference in New Issue