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); }