[design] use dark shade when selecting custom background colour

This commit is contained in:
Kuldeep M 2019-07-30 14:21:17 +01:00
parent cc40feee5e
commit 593bee284f
3 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,8 @@
z-index: var(--z-index-shade);
}
.is-background-image-show .shade {
.is-background-image-show .shade,
.is-background-color-by-custom .shade {
background-color: rgba(var(--theme-black), 0.5);
}

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "3.66.0";
var current = "3.67.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.66.0",
"version": "3.67.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"