Update Gruvbox Base user style to version 1.0.6 and make minor color adjustments
This commit is contained in:
parent
9fee9887a1
commit
8232d0e083
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Gruvbox Base
|
@name Gruvbox Base
|
||||||
@namespace git.m3.fyi/Marsn3
|
@namespace git.m3.fyi/Marsn3
|
||||||
@version 1.0.5
|
@version 1.0.6
|
||||||
@description Base Gruvbox Theme
|
@description Base Gruvbox Theme
|
||||||
@author Marsn3
|
@author Marsn3
|
||||||
@homepageURL https://git.m3.fyi/Marsn3/userstyles
|
@homepageURL https://git.m3.fyi/Marsn3/userstyles
|
||||||
|
|
@ -153,12 +153,12 @@ regexp("about:(?!addons|app-manager|config|customizing|stylish-edit|downloads|pe
|
||||||
}
|
}
|
||||||
input::placeholder,
|
input::placeholder,
|
||||||
textarea::placeholder {
|
textarea::placeholder {
|
||||||
color: var(--fg4) !important;
|
color: var(--fg3) !important;
|
||||||
}
|
}
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
color: var(--fg) !important;
|
color: var(--fg) !important;
|
||||||
background-color: var(--bg3) !important;
|
background-color: var(--bg2) !important;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
scrollbar-color: var(--fg2) var(--bg3) !important;
|
scrollbar-color: var(--fg2) var(--bg3) !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue