Change theme color

This commit is contained in:
Fawad Mirzad
2021-09-13 15:44:51 +02:00
parent 73aa0c5d8f
commit 463d4bf0af

View File

@@ -16,7 +16,7 @@ module.exports = {
* refhttps://v1.vuepress.vuejs.org/config/#head * refhttps://v1.vuepress.vuejs.org/config/#head
*/ */
head: [ head: [
['meta', { name: 'theme-color', content: '#3eaf7c' }], ['meta', { name: 'theme-color', content: '#2c3e50' }],
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }] ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }]
], ],
@@ -33,7 +33,7 @@ module.exports = {
editLinkText: '', editLinkText: '',
logo: '/assets/logo.jpg', logo: '/assets/logo.jpg',
head: [ head: [
['meta', { name: 'theme-color', content: '#000' }], ['meta', { name: 'theme-color', content: '#2c3e50' }],
], ],
lastUpdated: false, lastUpdated: false,
nav: [ nav: [