Update Gruvbox Base user style version to 1.0.5 and add background color to input and textarea fields

This commit is contained in:
Mars Niermann 2023-03-30 01:00:54 +02:00
parent ee42d3029a
commit 9fee9887a1
No known key found for this signature in database
GPG key ID: B2D0FC62A74FC971

View file

@ -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;