⚡ Theme color fix
This commit is contained in:
@@ -223,7 +223,6 @@
|
|||||||
"--act-color",
|
"--act-color",
|
||||||
vibrant ? "rgb(37, 38, 40)" : "#ffffff"
|
vibrant ? "rgb(37, 38, 40)" : "#ffffff"
|
||||||
);
|
);
|
||||||
document.querySelector('meta[name=theme-color]').setAttribute('content', this.$store.state.postwoman.settings.THEME_TAB_COLOR || "#252628")
|
|
||||||
})();
|
})();
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -231,6 +230,7 @@
|
|||||||
if (process.client) {
|
if (process.client) {
|
||||||
document.body.classList.add("afterLoad");
|
document.body.classList.add("afterLoad");
|
||||||
}
|
}
|
||||||
|
document.querySelector('meta[name=theme-color]').setAttribute('content', this.$store.state.postwoman.settings.THEME_TAB_COLOR || "#252628");
|
||||||
|
|
||||||
// Initializes the PWA code - checks if the app is installed,
|
// Initializes the PWA code - checks if the app is installed,
|
||||||
// etc.
|
// etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user