diff --git a/ba_memory/index.html b/ba_memory/index.html
index a13a114..c493e08 100644
--- a/ba_memory/index.html
+++ b/ba_memory/index.html
@@ -70,13 +70,13 @@
}
footer a {
- color: #4CAF50;
+ color: #7F006E;
text-decoration: none;
transition: color 0.3s;
}
footer a:hover {
- color: #45a049;
+ color: #FF7FED;
text-decoration: underline;
}
diff --git a/banana_run/index.html b/banana_run/index.html
index 3e47c7e..f87d35f 100644
--- a/banana_run/index.html
+++ b/banana_run/index.html
@@ -308,12 +308,13 @@
}
footer a {
- color: var(--accent-color, #4CAF50);
+ color: var(--accent-color, #7F006E);
text-decoration: none;
transition: color 0.3s;
}
footer a:hover {
+ color: var(--accent-color, #FF7FED);
text-decoration: underline;
}
diff --git a/bohne/index.html b/bohne/index.html
index 46d90c8..e9ef0e0 100644
--- a/bohne/index.html
+++ b/bohne/index.html
@@ -78,12 +78,13 @@
}
footer a {
- color: #4CAF50;
+ color: #7F006E;
text-decoration: none;
transition: color 0.3s;
}
footer a:hover {
+ color: #FF7FED;
text-decoration: underline;
}
diff --git a/dogify/index.html b/dogify/index.html
index cf89d94..f32c4c2 100644
--- a/dogify/index.html
+++ b/dogify/index.html
@@ -88,12 +88,13 @@
}
footer a {
- color: #4CAF50;
+ color: #7F006E;
text-decoration: none;
transition: color 0.3s;
}
footer a:hover {
+ color: #FF7FED;
text-decoration: underline;
}
diff --git a/emoji/index.html b/emoji/index.html
index eec47cb..899e382 100644
--- a/emoji/index.html
+++ b/emoji/index.html
@@ -52,11 +52,12 @@
height: 40px;
}
footer a {
- color: #4CAF50;
+ color: #7F006E;
text-decoration: none;
transition: color 0.3s;
}
footer a:hover {
+ color: #FF7FED;
text-decoration: underline;
}
.heart {
diff --git a/emoji_jump/index.html b/emoji_jump/index.html
index 66d4a76..214136f 100644
--- a/emoji_jump/index.html
+++ b/emoji_jump/index.html
@@ -108,12 +108,13 @@
}
footer a {
- color: #4CAF50;
+ color: #7F006E;
text-decoration: none;
transition: color 0.3s;
}
footer a:hover {
+ color: #FF7FED;
text-decoration: underline;
}