diff --git a/assets/css/src/texts.css b/assets/css/src/texts.css
index 8df6e56..62ace33 100644
--- a/assets/css/src/texts.css
+++ b/assets/css/src/texts.css
@@ -127,8 +127,12 @@ a * {
transition: font 0.2s ease-in-out;
}
-a.no-line:hover * {
- font-weight: 250;
+a.no-line.text__title:hover * {
+ text-decoration: underline;
+ text-decoration-color: inherit;
+ text-decoration-line: underline;
+ text-underline-offset: 0.2rem;
+ text-decoration-thickness: 0.5px;
}
a:not(.no-line):hover {
text-decoration: none;
diff --git a/site/snippets/panels.php b/site/snippets/panels.php
index 497f7b4..906d2ae 100644
--- a/site/snippets/panels.php
+++ b/site/snippets/panels.php
@@ -78,7 +78,7 @@
|| category.toLowerCase().includes(search.toLowerCase())
"
>
-
+
= $article->title() ?>