[bug] fix theme accent accessible color not working with gulp uglify css

This commit is contained in:
zombieFox 2020-04-01 13:30:19 +01:00
parent 29c81c2a60
commit 62827af1a3
5 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.4.0",
"version": "5.4.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

@ -11,7 +11,7 @@
--theme-accent-accessible-b: calc(var(--theme-accent-b) * 0.20);
--theme-accent-accessible-sum: calc(var(--theme-accent-accessible-r) + var(--theme-accent-accessible-g) + var(--theme-accent-accessible-b));
--theme-accent-accessible-perceived-lightness: calc(var(--theme-accent-accessible-sum) / 255);
--theme-accent-accessible-color: 0, 0%, calc((var(--theme-accent-accessible-perceived-lightness) - var(--theme-accent-accessible-threshold)) * -10000000%);
--theme-accent-accessible-color: 0, calc(0 * 1%), calc((var(--theme-accent-accessible-perceived-lightness) - var(--theme-accent-accessible-threshold)) * -10000000%);
--theme-radius: 0.2rem;
--theme-font-display-name: "Fjalla One", sans-serif;
--theme-font-display-weight: 400;

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "5.4.0";
var current = "5.4.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.4.0",
"version": "5.4.1",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"