mirror of
https://github.com/italicsjenga/injections.git
synced 2024-11-22 08:31:31 +11:00
hacker news darker main background
This commit is contained in:
parent
cb6531eb69
commit
1da5b33e8f
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "injections",
|
||||
"version": "1.11",
|
||||
"version": "1.12",
|
||||
"description": "misc CSS injections.",
|
||||
"icons": {
|
||||
"48": "icons/icon48.png",
|
||||
|
|
|
@ -9,13 +9,17 @@
|
|||
color: #eaeaea;
|
||||
}
|
||||
body {
|
||||
background: #27292F;
|
||||
}
|
||||
#hnmain {
|
||||
background: #37393f;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
td {
|
||||
background: #37393f;
|
||||
}
|
||||
tr {
|
||||
background: #37393f;
|
||||
/* background: #37393f; */
|
||||
}
|
||||
.comment {
|
||||
color: #eaeaea;
|
||||
|
|
|
@ -60,6 +60,10 @@
|
|||
{
|
||||
"version": "1.11",
|
||||
"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