[design] reduce white flash on load on some browsers

This commit is contained in:
zombieFox 2019-08-14 09:51:24 +01:00
parent 0edb128df4
commit 9841b0c5dd
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ body {
justify-content: center;
align-items: center;
min-height: 100vh;
transition: background-color var(--layout-timing-extra-fast);
/* transition: background-color var(--layout-timing-extra-fast); */
}
.is-background-color-by-theme body {

View File

@ -1,7 +1,7 @@
var version = (function() {
var current = "3.71.0";
var current = "3.72.0";
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.71.0",
"version": "3.72.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"