mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-28 11:03:16 +01:00
[design] use dark shade when selecting custom background colour
This commit is contained in:
parent
cc40feee5e
commit
593bee284f
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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(".");
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user