From 12b270c27ef6cbe6a1d3a5e79de62be98eca789e Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 30 Jul 2023 20:36:16 +0200 Subject: [PATCH] add the link from homepage and add titles --- index.css | 12 ++++++++++++ index.html | 4 +++- src/modules/FlowArticle.vue | 2 ++ src/modules/article/FlowSetup.vue | 4 ++++ 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index ecdb02d..8fd0a71 100644 --- a/index.css +++ b/index.css @@ -126,3 +126,15 @@ li { flex-direction: row; } } + +a { + color: var(--color); + text-decoration: none; +} + +a:visited, +a:focus, +a:focus-visible { + color: var(--color); + text-decoration: none; +} diff --git a/index.html b/index.html index 37f49ea..1a4c44d 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,9 @@
diff --git a/src/modules/FlowArticle.vue b/src/modules/FlowArticle.vue index 1bace6c..9922c3d 100644 --- a/src/modules/FlowArticle.vue +++ b/src/modules/FlowArticle.vue @@ -11,6 +11,8 @@ import SimulationDashboard from '@/modules/simulation/SimulationDashboard.vue'