From 883bb53c5c37fe8ac9b052999c40a90c18239708 Mon Sep 17 00:00:00 2001 From: Angelillo15 Date: Mon, 7 Aug 2023 15:53:43 +0200 Subject: [PATCH] Changed scrollbar color --- resources/scripts/assets/css/GlobalStylesheet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/assets/css/GlobalStylesheet.ts b/resources/scripts/assets/css/GlobalStylesheet.ts index 7f520be45..bfd9d6637 100644 --- a/resources/scripts/assets/css/GlobalStylesheet.ts +++ b/resources/scripts/assets/css/GlobalStylesheet.ts @@ -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 {