Cha
@@ -428,4 +428,18 @@ export default {
diff --git a/docs/.vuepress/theme/components/Navbar.vue b/docs/.vuepress/theme/components/Navbar.vue
index 7481b3e..2434cf4 100644
--- a/docs/.vuepress/theme/components/Navbar.vue
+++ b/docs/.vuepress/theme/components/Navbar.vue
@@ -7,6 +7,7 @@
+
mdi-information
{{ rightDrawerIcon }}
diff --git a/docs/.vuepress/theme/components/PageToc.vue b/docs/.vuepress/theme/components/PageToc.vue
index 096a83e..6bae926 100644
--- a/docs/.vuepress/theme/components/PageToc.vue
+++ b/docs/.vuepress/theme/components/PageToc.vue
@@ -35,7 +35,7 @@ export default {
},
mounted () {
-
+
}
}
@@ -60,4 +60,20 @@ export default {
}
}
}
+
+.theme--dark {
+ .page-toc {
+ ul {
+ li {
+ a {
+ color: lighten($color-gray, 20);
+
+ &:hover {
+ color: lighten($color-dragon, 15);
+ }
+ }
+ }
+ }
+ }
+}
diff --git a/docs/.vuepress/theme/styles/_layout.scss b/docs/.vuepress/theme/styles/_layout.scss
index 7ecc03f..f00c9aa 100644
--- a/docs/.vuepress/theme/styles/_layout.scss
+++ b/docs/.vuepress/theme/styles/_layout.scss
@@ -1,3 +1,6 @@
.page.content {
- //padding: 0 24px;
+ .column-count-3 {
+ column-count: 3;
+ margin-bottom: 12px;
+ }
}
diff --git a/docs/.vuepress/theme/styles/_tables.scss b/docs/.vuepress/theme/styles/_tables.scss
index 4d345f1..d99bbe8 100644
--- a/docs/.vuepress/theme/styles/_tables.scss
+++ b/docs/.vuepress/theme/styles/_tables.scss
@@ -42,7 +42,9 @@ table {
padding: 6px 12px;
border-bottom: none !important;
}
+}
+.theme--light {
thead {
background-color: $color-table-header-bg;
color: #fff;
@@ -69,3 +71,21 @@ table {
}
}
}
+
+.theme--dark {
+ thead {
+ background-color: darken($color-gray, 10);
+ }
+ tbody {
+ tr {
+ &:nth-of-type(even) {
+ background-color: darken($color-gray, 10);
+ }
+ &:nth-of-type(odd):hover {
+ background-color: inherit !important;
+ }
+ td {
+ }
+ }
+ }
+}
diff --git a/docs/.vuepress/theme/styles/_typography.scss b/docs/.vuepress/theme/styles/_typography.scss
index a719c16..63a48d3 100644
--- a/docs/.vuepress/theme/styles/_typography.scss
+++ b/docs/.vuepress/theme/styles/_typography.scss
@@ -14,3 +14,25 @@
.source {
font-size: 0.8rem;
}
+
+.theme--light {
+ h1, h2 {
+ color: $color-dragon;
+ }
+
+ h2 {
+ border-bottom: 1px solid $color-dragon;
+ margin-bottom: 12px;
+ }
+
+ h3, h4, h5, h6 {
+ color: $color-hero;
+ }
+}
+
+.theme--dark {
+ h2 {
+ border-bottom: 1px solid #fff;
+ margin-bottom: 12px;
+ }
+}
diff --git a/docs/a-propos/README.md b/docs/a-propos/README.md
deleted file mode 100644
index 46ec621..0000000
--- a/docs/a-propos/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: À propos
----
-Maxime Moraine
diff --git a/docs/creation-du-personnage/README.md b/docs/creation-du-personnage/README.md
index b504b17..fe6548d 100644
--- a/docs/creation-du-personnage/README.md
+++ b/docs/creation-du-personnage/README.md
@@ -3,7 +3,7 @@ title: Création du personnage
description: Règles de création de personnage
---
# Création du personnage
-mdi-drama-masks Feuille de personnage PDF
+mdi-drama-masks Feuille de personnage PDF
## 1. Choisir une race
diff --git a/docs/options-de-personnalisation/README.md b/docs/options-de-personnalisation/README.md
index c7d0a50..4b37f11 100644
--- a/docs/options-de-personnalisation/README.md
+++ b/docs/options-de-personnalisation/README.md
@@ -132,7 +132,7 @@ Afin de choisir un don, vous devez remplir toutes les conditions nécessaires au
§§§ .table-container
### Liste des dons
-§§§ .column-count-3 .print-invisible
+§§§ .column-count-3 .d-print-none
* [Acrobate](#acrobate)
* [Ambidextre](#ambidextre)
* [Arbalétrier](#arbaletrier)