From 77a449449ed5140059f671ea9c655c238c38577b Mon Sep 17 00:00:00 2001 From: Said Achmiz Date: Mon, 10 Feb 2020 21:47:04 -0500 Subject: [PATCH] Tweaked newspost listings title style --- assets/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index 0a8b760..4df1ee1 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -342,6 +342,10 @@ article h1 { padding-top: calc(0.5 * var(--deus-post-padding) + 0.125em); } +article h1 a:hover { + text-decoration: none; +} + /*=--------------=*/ /*= “More” link. =*/ /*=--------------=*/