mirror of
https://github.com/italicsjenga/injections.git
synced 2024-11-22 16:41:32 +11:00
hacker news darker main background
This commit is contained in:
parent
cb6531eb69
commit
1da5b33e8f
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "injections",
|
"name": "injections",
|
||||||
"version": "1.11",
|
"version": "1.12",
|
||||||
"description": "misc CSS injections.",
|
"description": "misc CSS injections.",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icons/icon48.png",
|
"48": "icons/icon48.png",
|
||||||
|
|
|
@ -9,13 +9,17 @@
|
||||||
color: #eaeaea;
|
color: #eaeaea;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
background: #27292F;
|
||||||
|
}
|
||||||
|
#hnmain {
|
||||||
background: #37393f;
|
background: #37393f;
|
||||||
|
padding-left: 0.5em;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
background: #37393f;
|
background: #37393f;
|
||||||
}
|
}
|
||||||
tr {
|
tr {
|
||||||
background: #37393f;
|
/* background: #37393f; */
|
||||||
}
|
}
|
||||||
.comment {
|
.comment {
|
||||||
color: #eaeaea;
|
color: #eaeaea;
|
||||||
|
|
|
@ -60,6 +60,10 @@
|
||||||
{
|
{
|
||||||
"version": "1.11",
|
"version": "1.11",
|
||||||
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.11/injections-1.11.xpi"
|
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.11/injections-1.11.xpi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.12",
|
||||||
|
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.12/injections-1.12.xpi"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue