From 495f001e9d42f746dc314bce5217c5b29cdea426 Mon Sep 17 00:00:00 2001 From: Christoph Schindlbeck Date: Tue, 14 Jun 2022 01:03:54 +0200 Subject: [PATCH] Linkfarbe gefixt --- public/css/style.css | 6 ++++++ themes/infinity-hugo/static/css/style.css | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 1c06270..5482802 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -613,3 +613,9 @@ footer p a:hover { color: #fff; text-decoration: none; } + +a, +a:focus, +a:hover { + color: #6700f4; +} \ No newline at end of file diff --git a/themes/infinity-hugo/static/css/style.css b/themes/infinity-hugo/static/css/style.css index 1c06270..5482802 100644 --- a/themes/infinity-hugo/static/css/style.css +++ b/themes/infinity-hugo/static/css/style.css @@ -613,3 +613,9 @@ footer p a:hover { color: #fff; text-decoration: none; } + +a, +a:focus, +a:hover { + color: #6700f4; +} \ No newline at end of file