diff --git a/manifest.json b/manifest.json index f60e9d2..15e4094 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "injections", - "version": "1.11", + "version": "1.12", "description": "misc CSS injections.", "icons": { "48": "icons/icon48.png", diff --git a/styles/news.ycombinator.com.css b/styles/news.ycombinator.com.css index cf78ab8..955ba5e 100644 --- a/styles/news.ycombinator.com.css +++ b/styles/news.ycombinator.com.css @@ -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; diff --git a/updates.json b/updates.json index 90e493b..d6d3777 100644 --- a/updates.json +++ b/updates.json @@ -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" } ] }