Skip to content

Commit 593bee2

Browse files
committed
[design] use dark shade when selecting custom background colour
1 parent cc40fee commit 593bee2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

‎src/css/shade.css‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
z-index:var(--z-index-shade);
1111
}
1212

13-
.is-background-image-show .shade{
13+
.is-background-image-show .shade,
14+
.is-background-color-by-custom .shade{
1415
background-color:rgba(var(--theme-black),0.5);
1516
}
1617

‎src/js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
varversion=(function(){
22

3-
varcurrent="3.66.0";
3+
varcurrent="3.67.0";
44

55
varcompare=function(a,b){
66
varpa=a.split(".");

‎src/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nightTab",
33
"short_name": "nightTab",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
5-
"version": "3.66.0",
5+
"version": "3.67.0",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)