mirror of
https://github.com/italicsjenga/injections.git
synced 2024-11-23 00:51:31 +11:00
better goog colours
This commit is contained in:
parent
027010cc80
commit
cea75b1aa9
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "injections",
|
"name": "injections",
|
||||||
"version": "1.1",
|
"version": "1.2",
|
||||||
"description": "misc CSS injections.",
|
"description": "misc CSS injections.",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icons/icon48.png",
|
"48": "icons/icon48.png",
|
||||||
|
|
|
@ -15,42 +15,76 @@
|
||||||
.sfbg,
|
.sfbg,
|
||||||
.yg51vc,
|
.yg51vc,
|
||||||
.F9PbJd,
|
.F9PbJd,
|
||||||
|
.k24kee,
|
||||||
|
.Cx1ZMc,
|
||||||
.yDYNvb.lyLwlc,
|
.yDYNvb.lyLwlc,
|
||||||
.kp-blk {
|
.kp-blk {
|
||||||
|
/* main page */
|
||||||
background: #37393f;
|
background: #37393f;
|
||||||
color: #eaeaea;
|
color: #eaeaea;
|
||||||
}
|
}
|
||||||
.I6TXqe {
|
.I6TXqe {
|
||||||
|
/* highlighted info sidebar */
|
||||||
background: #ced0d5;
|
background: #ced0d5;
|
||||||
}
|
}
|
||||||
.HsZQAe,
|
.HsZQAe,
|
||||||
.qIshu {
|
.qIshu {
|
||||||
|
/* info sidebar separators */
|
||||||
border-bottom: 1px solid #37393f !important;
|
border-bottom: 1px solid #37393f !important;
|
||||||
}
|
}
|
||||||
cite {
|
cite {
|
||||||
|
/* website main url */
|
||||||
color: #c9c9c9;
|
color: #c9c9c9;
|
||||||
}
|
}
|
||||||
.k8XOCe,
|
.k8XOCe,
|
||||||
|
.AvBz0e,
|
||||||
.s75CSd {
|
.s75CSd {
|
||||||
|
/* suggested/related searches & video key moments */
|
||||||
background: #5e6168;
|
background: #5e6168;
|
||||||
color: #eaeaea;
|
color: #eaeaea;
|
||||||
}
|
}
|
||||||
.MXl0lf {
|
.U1hlv {
|
||||||
background: #eaeaea;
|
/* video key moments */
|
||||||
|
color: #eaeaea
|
||||||
|
}
|
||||||
|
.U5K4re {
|
||||||
|
/* video key moments arrow */
|
||||||
|
border-bottom: 8px solid #5e6168;
|
||||||
|
}
|
||||||
|
.MXl0lf,
|
||||||
|
.pb5vrc {
|
||||||
|
/* view all videos */
|
||||||
|
background: #52555b;
|
||||||
|
border: 1px solid #52555b;
|
||||||
|
}
|
||||||
|
.MXl0lf:hover {
|
||||||
|
/* view all videos */
|
||||||
|
background: #484b51;
|
||||||
|
}
|
||||||
|
.wUrVib,
|
||||||
|
.EZRelc {
|
||||||
|
/* view all videos */
|
||||||
|
color: #4183fc;
|
||||||
}
|
}
|
||||||
a,
|
a,
|
||||||
.WpKAof,
|
.WpKAof,
|
||||||
a.fl:link,
|
a.fl:link,
|
||||||
.WGvvNb {
|
.WGvvNb {
|
||||||
color: #7982fd;
|
/* links */
|
||||||
|
color: #4183fc;
|
||||||
}
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
|
/* visited links */
|
||||||
color: #a387e4;
|
color: #a387e4;
|
||||||
}
|
}
|
||||||
.KFFQ0c .YfftMc,
|
.KFFQ0c .YfftMc,
|
||||||
.KFFQ0c .YfftMc span,
|
.KFFQ0c .YfftMc span,
|
||||||
.KFFQ0c .YfftMc div,
|
.KFFQ0c .YfftMc div,
|
||||||
|
.yXK7lf em,
|
||||||
|
.WZ8Tjf,
|
||||||
|
.uo4vr,
|
||||||
.KFFQ0c .YfftMc a {
|
.KFFQ0c .YfftMc a {
|
||||||
|
/* misc lil grey text */
|
||||||
color: #a7a7a7;
|
color: #a7a7a7;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -20,6 +20,10 @@
|
||||||
{
|
{
|
||||||
"version": "1.1",
|
"version": "1.1",
|
||||||
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.1/injections-1.1.xpi"
|
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.1/injections-1.1.xpi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.2",
|
||||||
|
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.2/injections-1.2.xpi"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue