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 @@
-
+
{{ $site.title }}
diff --git a/docs/.vuepress/theme/enhanceApp.js b/docs/.vuepress/theme/enhanceApp.js
index 4b87ff6..8252118 100644
--- a/docs/.vuepress/theme/enhanceApp.js
+++ b/docs/.vuepress/theme/enhanceApp.js
@@ -37,12 +37,12 @@ export default ({
themes: {
light: {
primary: '#9b1c47', // Dragons
- navbar: '#563f5a', // Héros
- accent: '#563f5a', // Héros
+ navbar: '#435a3f', // Héros
+ accent: '#435a3f', // Héros
},
dark: {
primary: '#c38dcc', // Héros
- navbar: '#563f5a', // Héros
+ navbar: '#435a3f', // Héros
accent: '#e02867', // Dragons
}
}
diff --git a/docs/.vuepress/theme/styles/_colors.scss b/docs/.vuepress/theme/styles/_colors.scss
index 68c5b7b..ab24429 100644
--- a/docs/.vuepress/theme/styles/_colors.scss
+++ b/docs/.vuepress/theme/styles/_colors.scss
@@ -1,4 +1,5 @@
-$color-hero: #563f5a;
+$color-background: #e8e4dd;
+$color-hero: #435a3f;
$color-dragon: #9b1c47;
$color-gray: #6f6f6f;
$color-light-gray: #ededed;
diff --git a/docs/.vuepress/theme/styles/_layout.scss b/docs/.vuepress/theme/styles/_layout.scss
index 57efe32..eb1a47f 100644
--- a/docs/.vuepress/theme/styles/_layout.scss
+++ b/docs/.vuepress/theme/styles/_layout.scss
@@ -1,3 +1,10 @@
+// .v-main {
+// background-color: $color-background;
+// }
+// .theme--light.v-navigation-drawer {
+// background-color: darken($color-background, 0);
+// }
+
.column-count-2 {
column-count: 2;
column-gap: 25pt;