diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 2e1e174..b7969d5 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -4,11 +4,11 @@ module.exports = { head: [ ['link', { rel: 'icon', href: '/favicon-32x32.png' }], ['link', { rel: 'manifest', crossorigin:"use-credentials", href: '/manifest.json' }], - ['meta', { name: 'theme-color', content: '#563f5a' }], + ['meta', { name: 'theme-color', content: '#435a3f' }], ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }], ['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }], - ['link', { rel: 'mask-icon', href: '/icons/safari-pinned-tab.svg', color: '#563f5a' }], + ['link', { rel: 'mask-icon', href: '/icons/safari-pinned-tab.svg', color: '#435a3f' }], ['meta', { name: 'msapplication-TileImage', content: '/icons/mstile-144x144.png' }], ['meta', { name: 'msapplication-TileColor', content: '#ffffff' }] ], @@ -200,7 +200,7 @@ module.exports = { forum: 'https://www.black-book-editions.fr/forums.php?board_id=115', discord: 'https://discord.gg/mp6ECCs', discordHDNO: 'https://discord.gg/KMZkEQhe8a', - primaryColor: '#563f5a', // Hero + primaryColor: '#435a3f', // Hero accentColor: '#9b1c47', // Dragon searchPlaceholder: 'Recherche', nav: [ diff --git a/docs/.vuepress/public/dragon_pourpre.svg b/docs/.vuepress/public/dragon_pourpre.svg index e5b0a7c..beecb3a 100644 --- a/docs/.vuepress/public/dragon_pourpre.svg +++ b/docs/.vuepress/public/dragon_pourpre.svg @@ -51,7 +51,7 @@ inkscape:window-maximized="1" inkscape:current-layer="svg3411" /> diff --git a/docs/.vuepress/public/manifest.json b/docs/.vuepress/public/manifest.json index 62b9ef3..579baf7 100644 --- a/docs/.vuepress/public/manifest.json +++ b/docs/.vuepress/public/manifest.json @@ -6,7 +6,7 @@ "display" : "standalone", "start_url" : "/index.html", "short_name" : "H&D DRS", - "theme_color" : "#563f5a", + "theme_color" : "#435a3f", "description" : "Document de référence système pour le jeu de rôle Héros & Dragons", "orientation" : "any", "background_color" : "#ffffff", diff --git a/docs/.vuepress/theme/components/Navbar.vue b/docs/.vuepress/theme/components/Navbar.vue index 008f70f..7f4f5e2 100644 --- a/docs/.vuepress/theme/components/Navbar.vue +++ b/docs/.vuepress/theme/components/Navbar.vue @@ -1,5 +1,5 @@