Update contents of the home page

This commit is contained in:
Fawad Mirzad
2020-10-19 13:40:15 +02:00
parent 5e7dcd01db
commit cc9c3085e3
5 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -4,7 +4,7 @@
* refhttps://v1.vuepress.vuejs.org/zh/config/#palette-styl
*/
$accentColor = #3eaf7c
$accentColor = #000
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #282c34