From 3c01d18d656457deaab8a9562b139ea4df1e5ed8 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 29 Dec 2018 17:12:54 +0200 Subject: [PATCH] remove unnecessary semicolon --- content/css_scrollbar_width_color.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/css_scrollbar_width_color.css b/content/css_scrollbar_width_color.css index 70ccb7e..079e5d9 100644 --- a/content/css_scrollbar_width_color.css +++ b/content/css_scrollbar_width_color.css @@ -1,4 +1,4 @@ /* Scrollbar colors and width - applied globally */ @namespace url("http://www.w3.org/1999/xhtml"); -:root{ scrollbar-color: rgb(210,210,210) rgb(46,54,69); } +:root{ scrollbar-color: rgb(210,210,210) rgb(46,54,69) } *{ scrollbar-width: thin } \ No newline at end of file