diff --git a/app.vue b/app.vue index aceab37..b631f47 100644 --- a/app.vue +++ b/app.vue @@ -34,12 +34,12 @@ onMounted(() => {
- + - Systeme - Outils
@@ -48,7 +48,7 @@ onMounted(() => {
-
diff --git a/assets/common.css b/assets/common.css index 96583a8..db9ac87 100644 --- a/assets/common.css +++ b/assets/common.css @@ -270,4 +270,11 @@ html.light-mode .light-block { border-radius: 50%; box-sizing: content-box; animation: rotate 1s linear infinite; +} + +.input-form a { + padding: .5em; + text-align: center; + font-style: italic; + font-weight: var(--font-extrabold); } \ No newline at end of file diff --git a/components/content/prose/ProseA.vue b/components/content/prose/ProseA.vue index 1b5264c..8c60e25 100644 --- a/components/content/prose/ProseA.vue +++ b/components/content/prose/ProseA.vue @@ -116,7 +116,7 @@ function hidePreview(e: Event) { } -