docs: update the theme-color to blurple (#257)

This commit is contained in:
Ayyan
2020-12-15 12:44:04 +04:00
committed by GitHub
parent 6bc71db6eb
commit b81cf89fb2

View File

@@ -9,7 +9,7 @@ module.exports = {
description,
head: [
["link", { rel: "icon", href: "/favicon.png" }],
["meta", { name: "theme-color", content: "#3eaf7c" }],
["meta", { name: "theme-color", content: "#7289DA" }],
["meta", { name: "apple-mobile-web-app-capable", content: "yes" }],
[
"meta",