misc google & wikipedia changes

This commit is contained in:
Alex Janka 2021-06-27 17:41:20 +10:00
parent b13009cc4e
commit 555d6068ab
4 changed files with 16 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "injections",
"version": "1.3",
"version": "1.4",
"description": "misc CSS injections.",
"icons": {
"48": "icons/icon48.png",

View file

@ -13,6 +13,7 @@
.IsZvec,
.appbar,
.dbg0pd,
.cG5GOd,
.sfbg,
.yg51vc,
.F9PbJd,

View file

@ -37,6 +37,10 @@
/* selected header tab */
background: #37393f;
}
#searchInput::placeholder {
/* searchbox */
color: #3A3C3E;
}
#content {
/* main page */
background: #37393f;
@ -54,6 +58,12 @@
/* quick info box */
background-color: #37393f !important;
}
table.ambox,
.ambox {
/* article messagebox */
background-color: #27292F;
color: #eaeaea;
}
.toc,
.tocnumber {
/* table of contents */

View file

@ -28,6 +28,10 @@
{
"version": "1.3",
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.3/injections-1.3.xpi"
},
{
"version": "1.4",
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.4/injections-1.4.xpi"
}
]
}