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'