Skip to content

Commit fbba911

Browse files
committed
[bug] set body as black before background colour option is rendered
1 parent 593bee2 commit fbba911

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎src/css/base.css‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ html{
88
}
99

1010
body{
11+
background-color:var(--theme-black);
1112
color:rgb(var(--theme-style-text));
1213
font-size:1rem;
1314
line-height:1.6;

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

0 commit comments

Comments
(0)