From 69cbe1db2c1a54da34d28994d1f1ff60655ca4c0 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sun, 22 Aug 2021 00:58:47 +0900 Subject: [PATCH] Fix: userContents - Remove Scrollabr color Original: - Background: #f0f0f0 - Default: #CDCDCD - Hover: #A6A6A6 - Drag: #606060 Scrollbar Code: - Background: #B8B8BA - Default: #D2D2D4 - Hover: #BFBFC1 - Drag: #9E9E9F This is very bad for accessibility. Ref: https://black7375.tistory.com/84 comments --- userChrome.css | 2 -- userContent.css | 2 -- 2 files changed, 4 deletions(-) diff --git a/userChrome.css b/userChrome.css index d851429..3c9f85c 100644 --- a/userChrome.css +++ b/userChrome.css @@ -294,8 +294,6 @@ --card-outline-color: var(--grey-60); --dialog-warning-text-color: var(--red-40); - - scrollbar-color: rgba(249,249,250,.4) rgba(20,20,25,.3); } } diff --git a/userContent.css b/userContent.css index 61404fa..f323bc0 100644 --- a/userContent.css +++ b/userContent.css @@ -274,8 +274,6 @@ --card-outline-color: var(--grey-60); --dialog-warning-text-color: var(--red-40); - - scrollbar-color: rgba(249,249,250,.4) rgba(20,20,25,.3); } /*= Addons.org =============================================================*/