From 769482f240c2b5b899891dacea8d1e2f23d64583 Mon Sep 17 00:00:00 2001 From: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:18:51 +0200 Subject: [PATCH] unify blog cards behaviour Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> --- sass/_index.scss | 15 ++------------- templates/index.html | 8 ++++---- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/sass/_index.scss b/sass/_index.scss index 92a943519..760882fd7 100644 --- a/sass/_index.scss +++ b/sass/_index.scss @@ -427,6 +427,8 @@ flex-direction: column; gap: 12px; transition: border-color 0.2s ease; + text-decoration: none; + color: #fff; &:hover { border-color: #666; @@ -437,14 +439,6 @@ font-weight: 700; margin: 0; line-height: 1.4; - - a { - color: #fff; - - &:hover { - color: rgba(255, 255, 255, 0.7); - } - } } p { @@ -485,11 +479,6 @@ font-weight: 600; margin-top: auto; text-decoration: none; - - &:hover { - color: #fff; - text-decoration: underline; - } } } diff --git a/templates/index.html b/templates/index.html index 65ff0e522..42f55978e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -83,19 +83,19 @@
{{ page.description }}
{% endif %} - Read more → -