[bug] fix theme colour shades form wraps

This commit is contained in:
zombieFox 2020-04-25 12:47:28 +01:00
parent 3b3efe1447
commit 071bed0424
5 changed files with 4 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.25.0",
"version": "5.25.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.25.0",
"version": "5.25.1",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js",
"scripts": {

View File

@ -6,8 +6,6 @@
<div class="form-sticky">
<div class="form-wrap">
<p>Shades</p>
</div>
<div class="form-wrap">
<div class="form-group form-group-block form-group-border form-group-border-theme-color">
<div class="form-group-text form-group-text-borderless">
<div class="theme-color-box theme-color-negative-10"></div>

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "5.25.0";
var current = "5.25.1";
var name = "Zonked Tarsier";

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": "5.25.0",
"version": "5.25.1",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"