Update version number to 1.0.7 and remove unnecessary CSS rules
This commit is contained in:
parent
8232d0e083
commit
a586466beb
1 changed files with 1 additions and 19 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.6
|
@version 1.0.7
|
||||||
@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
|
||||||
|
|
@ -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;
|
--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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue