[bug] fix base background colour reference

This commit is contained in:
zombieFox 2020-05-18 12:43:05 +01:00
parent 6e231e4154
commit 4d125b6faf
5 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.31.2",
"version": "5.31.3",
"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

@ -8,7 +8,7 @@ html {
}
body {
background-color: var(--theme-black);
background-color: rgb(var(--theme-black));
color: rgb(var(--theme-style-text));
font-size: 1rem;
line-height: 1.6;

View File

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