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'
+
Pull system
+ Ekiden (駅伝): long-distance running relay race
diff --git a/src/modules/article/FlowSetup.vue b/src/modules/article/FlowSetup.vue
index 8bf6aea..35ac79d 100644
--- a/src/modules/article/FlowSetup.vue
+++ b/src/modules/article/FlowSetup.vue
@@ -31,6 +31,10 @@ import FlowControls from '@/modules/feature/FlowControls.vue'
In this article we'll focus on how these strategies are efficient and what
are the impact on the quality the teams produce.
+ The push system: start features as many as possible
+ The pull system: make features only when the next team needs it
+ Problem solving: no production, just reflection
+