From 1050fbb531628035ba391b061f92304a4b767778 Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Thu, 2 Apr 2020 14:33:02 +0200 Subject: [PATCH] reset filters --- docs/.vuepress/config.js | 2 +- docs/.vuepress/theme/components/Spell.vue | 2 ++ docs/.vuepress/theme/components/SpellFilters.vue | 6 +++--- docs/.vuepress/theme/styles/_typography.scss | 3 +++ docs/.vuepress/theme/styles/main.scss | 1 + 5 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 docs/.vuepress/theme/styles/_typography.scss diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 9d08541..3364224 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,5 +1,5 @@ module.exports = { - title: 'Héros & Dragons', + title: 'Héros & Dragons DRS', description: 'Document de Référence Système pour le jeu de rôle Héros & Dragons', plugins: [ [ diff --git a/docs/.vuepress/theme/components/Spell.vue b/docs/.vuepress/theme/components/Spell.vue index bdcde24..25458b4 100644 --- a/docs/.vuepress/theme/components/Spell.vue +++ b/docs/.vuepress/theme/components/Spell.vue @@ -23,6 +23,8 @@ +

Source : {{ $page.frontmatter.source }}

+ diff --git a/docs/.vuepress/theme/components/SpellFilters.vue b/docs/.vuepress/theme/components/SpellFilters.vue index f4bb353..447ddf8 100644 --- a/docs/.vuepress/theme/components/SpellFilters.vue +++ b/docs/.vuepress/theme/components/SpellFilters.vue @@ -53,7 +53,7 @@ -

Verbale

+

Verbales

@@ -66,7 +66,7 @@ -

Somatique

+

Somatiques

@@ -79,7 +79,7 @@ -

Matérielle

+

Matérielles

diff --git a/docs/.vuepress/theme/styles/_typography.scss b/docs/.vuepress/theme/styles/_typography.scss new file mode 100644 index 0000000..aa48105 --- /dev/null +++ b/docs/.vuepress/theme/styles/_typography.scss @@ -0,0 +1,3 @@ +.source { + font-size: 0.8rem; +} diff --git a/docs/.vuepress/theme/styles/main.scss b/docs/.vuepress/theme/styles/main.scss index f15a358..3a22628 100644 --- a/docs/.vuepress/theme/styles/main.scss +++ b/docs/.vuepress/theme/styles/main.scss @@ -1,4 +1,5 @@ @import "colors"; +@import "typography"; @import "anchors"; @import "tables";