From b81cf89fb2fc36affe1cef28686af677555bbdfa Mon Sep 17 00:00:00 2001 From: Ayyan Date: Tue, 15 Dec 2020 12:44:04 +0400 Subject: [PATCH] docs: update the theme-color to blurple (#257) --- docs/src/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index 9ca91b090..4a53e7d11 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -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",