From 8e89c954e94e8e887ea5568e7599524f9f0791e1 Mon Sep 17 00:00:00 2001
From: Arthur DANJOU
Date: Sun, 13 Dec 2020 19:37:08 +0100
Subject: [PATCH] Fix typography in dark
---
assets/css/style.scss | 6 +--
components/EnvList.vue | 2 +-
components/Experience.vue | 2 +-
components/Footer.vue | 3 +-
components/Formation.vue | 2 +-
components/Header.vue | 7 +--
components/HomeLink.vue | 4 +-
components/Post.vue | 4 +-
components/Skill.vue | 2 +-
components/Work.vue | 2 +-
components/WorkSkill.vue | 2 +-
content/articles/fr/test-1.md | 9 +++-
layouts/default.vue | 2 +-
pages/blog/_slug.vue | 20 ++++----
pages/blog/index.vue | 33 ++++++++-----
pages/contact.vue | 10 ++--
pages/index.vue | 2 +-
pages/work/_slug.vue | 2 +-
tailwind.config.js | 93 ++++++++++++++++-------------------
19 files changed, 107 insertions(+), 100 deletions(-)
diff --git a/assets/css/style.scss b/assets/css/style.scss
index e7aa43f..9928089 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -12,9 +12,5 @@ img, svg {
}
.nuxt-content-editor {
- @apply dark:bg-dark-200 border dark:border-white border-black border-solid;
-}
-
-.nuxt-content {
- @apply dark:text-dark-700;
+ @apply dark:bg-dark-800 border dark:border-white border-black border-solid;
}
diff --git a/components/EnvList.vue b/components/EnvList.vue
index 2b92416..5d92a41 100644
--- a/components/EnvList.vue
+++ b/components/EnvList.vue
@@ -1,5 +1,5 @@
-
diff --git a/components/Experience.vue b/components/Experience.vue
index 4b86b12..4480cb7 100644
--- a/components/Experience.vue
+++ b/components/Experience.vue
@@ -7,7 +7,7 @@
-
{{ formatDate(begin) }} - {{ formatDate(end) }} | {{location}}
+
{{ formatDate(begin) }} - {{ formatDate(end) }} | {{location}}
{{ $t(title) }}
{{ company }}
diff --git a/components/Footer.vue b/components/Footer.vue
index 129a375..0d76598 100644
--- a/components/Footer.vue
+++ b/components/Footer.vue
@@ -24,10 +24,11 @@
Mail
-
+
{{ $t('footer.links_click') }}
+
{{ $t('footer.credits') }}
diff --git a/components/Formation.vue b/components/Formation.vue
index 8cd0bc1..8181212 100644
--- a/components/Formation.vue
+++ b/components/Formation.vue
@@ -7,7 +7,7 @@
-
{{ formatDate(begin) }} - {{ formatDate(end) }} | {{location}}
+
{{ formatDate(begin) }} - {{ formatDate(end) }} | {{location}}
{{ $t(title) }}
{{ $t(description) }}
diff --git a/components/Header.vue b/components/Header.vue
index 279e9a4..084819e 100644
--- a/components/Header.vue
+++ b/components/Header.vue
@@ -1,5 +1,5 @@
-