From 14ece83fca500c292408c018f3e6235d647bf906 Mon Sep 17 00:00:00 2001 From: FiliusPatris Date: Sat, 24 Apr 2021 12:30:07 +0200 Subject: [PATCH] Webkit: Round the scrollbar thumb --- data/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/style.css b/data/style.css index c810ca5..29ee883 100644 --- a/data/style.css +++ b/data/style.css @@ -14,6 +14,7 @@ body { } ::-webkit-scrollbar-thumb { background-color: gray; + border-radius: 5px; } a {