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, "manifest_version": 2,
"name": "injections", "name": "injections",
"version": "1.3", "version": "1.4",
"description": "misc CSS injections.", "description": "misc CSS injections.",
"icons": { "icons": {
"48": "icons/icon48.png", "48": "icons/icon48.png",

View file

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

View file

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

View file

@ -28,6 +28,10 @@
{ {
"version": "1.3", "version": "1.3",
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.3/injections-1.3.xpi" "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"
} }
] ]
} }