From c8a78ef1ff25234166a88dd85718d6a615511ad4 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Thu, 20 Mar 2025 16:45:38 +0100 Subject: [PATCH] =?UTF-8?q?Footer=20Textfarbe=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ba_memory/index.html | 4 ++-- banana_run/index.html | 3 ++- bohne/index.html | 3 ++- dogify/index.html | 3 ++- emoji/index.html | 3 ++- emoji_jump/index.html | 3 ++- 6 files changed, 12 insertions(+), 7 deletions(-) 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; }