Fix colors

This commit is contained in:
2020-12-15 18:15:34 +01:00
parent da769dc714
commit 78d9197044
10 changed files with 146 additions and 199 deletions

View File

@@ -11,7 +11,6 @@ export default {
'remark-autolink-headings',
'remark-external-links',
'remark-footnotes',
'remark-mermaid'
],
}
}

View File

@@ -2,7 +2,7 @@ export default {
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: '' }
{ hid: 'description', name: 'description', content: 'Web & Software Developer' }
],
link: [
{ rel: 'icon', type: 'image/png', href: '/favicon.png' }