Update Gruvbox Base user style version to 1.0.5 and add background color to input and textarea fields
This commit is contained in:
parent
ee42d3029a
commit
9fee9887a1
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue