Skip to content

Commit 071bed0

Browse files
committed
[bug] fix theme colour shades form wraps
1 parent 3b3efe1 commit 071bed0

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎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": "5.25.0",
3+
"version": "5.25.1",
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/html/menu/content/theme/color.html‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ <h1 class="menu-item-header-text">Colour</h1>
66
<divclass="form-sticky">
77
<divclass="form-wrap">
88
<p>Shades</p>
9-
</div>
10-
<divclass="form-wrap">
119
<divclass="form-group form-group-block form-group-border form-group-border-theme-color">
1210
<divclass="form-group-text form-group-text-borderless">
1311
<divclass="theme-color-box theme-color-negative-10"></div>

‎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="5.25.0";
3+
varcurrent="5.25.1";
44

55
varname="Zonked Tarsier";
66

‎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": "5.25.0",
5+
"version": "5.25.1",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)