From 9fee9887a1b93e2e0020249ad3882b9d3a986915 Mon Sep 17 00:00:00 2001 From: Mars Niermann Date: Thu, 30 Mar 2023 01:00:54 +0200 Subject: [PATCH] Update Gruvbox Base user style version to 1.0.5 and add background color to input and textarea fields --- src/base.user.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/base.user.css b/src/base.user.css index 379c7d1..4aac253 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.4 +@version 1.0.5 @description Base Gruvbox Theme @author Marsn3 @homepageURL https://git.m3.fyi/Marsn3/userstyles @@ -158,6 +158,7 @@ regexp("about:(?!addons|app-manager|config|customizing|stylish-edit|downloads|pe input, textarea { color: var(--fg) !important; + background-color: var(--bg3) !important; } * { scrollbar-color: var(--fg2) var(--bg3) !important;