Skip to content

Commit fd5cf25

Browse files
committed
[design] improve shadows
1 parent 63d8fd5 commit fd5cf25

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nighttab",
3-
"version": "3.82.2",
3+
"version": "3.83.0",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
55
"main": "index.js",
66
"scripts":{

‎src/css/variables.css‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
--layout-timing-medium:0.6s ease-in-out;
5757
--layout-timing-slow:0.8s ease-in-out;
5858
--layout-timing-extra-slow:1s ease-in-out;
59-
--layout-shadow-small:002pxrgba(0,0,0,0.2),004pxrgba(0,0,0,0.1);
60-
--layout-shadow-medium:004pxrgba(0,0,0,0.2),008pxrgba(0,0,0,0.1);
61-
--layout-shadow-large:008pxrgba(0,0,0,0.2),0012pxrgba(0,0,0,0.1);
59+
--layout-shadow-small:004pxrgba(0,0,0,0.2),008pxrgba(0,0,0,0.1);
60+
--layout-shadow-medium:008pxrgba(0,0,0,0.2),0016pxrgba(0,0,0,0.1);
61+
--layout-shadow-large:0016pxrgba(0,0,0,0.2),0032pxrgba(0,0,0,0.1);
6262
/* background */
6363
--background-color-theme:var(--theme-gray-01);
6464
--background-color-custom:rgb(0,0,0);

‎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.82.2";
3+
varcurrent="3.83.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.82.2",
5+
"version": "3.83.0",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)