Changed scrollbar color

This commit is contained in:
Angelillo15 2023-08-07 15:53:43 +02:00
parent 34a559f3e8
commit 883bb53c5c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {