From a3109635bfe16c3408e724a8c3232e524b5141dc Mon Sep 17 00:00:00 2001 From: DevilsCoder <35183970+DevilsDesigns@users.noreply.github.com> Date: Fri, 4 Dec 2020 22:21:45 -0600 Subject: [PATCH] syntax in Custom.css fix --- default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.css b/default.css index 12c665c..c25c76c 100644 --- a/default.css +++ b/default.css @@ -770,7 +770,8 @@ background: #a30000 !important; .mdl-slider:focus::-webkit-slider-thumb { -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.26); box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.26) !important; } - *{ +} +*{ scrollbar-width: thin; scrollbar-color: #a30000 #202020; }