From 8b9e62d7cb002afb113bc59ad5996df8850a4054 Mon Sep 17 00:00:00 2001 From: Marvin E <106366188+NRicode@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:27:44 +0700 Subject: [PATCH] Update style.css --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index 3ab98b4..725bd9c 100644 --- a/static/style.css +++ b/static/style.css @@ -1012,6 +1012,12 @@ a.search_subreddit:hover { grid-area: post_title; } +.post_title a{ + + display: block + +} + .post:not(.highlighted) .post_title a:visited { color: var(--visited); }