diff --git a/src/base.user.css b/src/base.user.css index fb71965..f7313f9 100644 --- a/src/base.user.css +++ b/src/base.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Gruvbox Base @namespace git.m3.fyi/Marsn3 -@version 1.0.6 +@version 1.0.7 @description Base Gruvbox Theme @author Marsn3 @homepageURL https://git.m3.fyi/Marsn3/userstyles @@ -151,22 +151,4 @@ regexp("about:(?!addons|app-manager|config|customizing|stylish-edit|downloads|pe --bg-road: url("https://cdn.m3.fyi/road.jpg") !important; } - input::placeholder, - textarea::placeholder { - color: var(--fg3) !important; - } - input, - textarea { - color: var(--fg) !important; - background-color: var(--bg2) !important; - } - * { - scrollbar-color: var(--fg2) var(--bg3) !important; - } - ::-webkit-scrollbar { - background-color: var(--bg3); - } - ::-webkit-scrollbar-thumb { - background-color: var(--fg2); - } }