[bug] set body as black before background colour option is rendered

This commit is contained in:
Kuldeep M 2019-07-30 14:26:56 +01:00
parent 593bee284f
commit fbba9118ee
3 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@ html {
}
body {
background-color: var(--theme-black);
color: rgb(var(--theme-style-text));
font-size: 1rem;
line-height: 1.6;

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "3.67.0";
var current = "3.67.1";
var compare = function(a, b) {
var pa = a.split(".");

View File

@ -2,7 +2,7 @@
"name": "nightTab",
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "3.67.0",
"version": "3.67.1",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"