From 81274e35d747d65d5b06b7a2e8e0f1d9d6f2b8fd Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Tue, 8 Dec 2020 11:31:01 -0800 Subject: [PATCH] Fix Post Body Links --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 0ae23cf..ec4892b 100644 --- a/static/style.css +++ b/static/style.css @@ -236,7 +236,7 @@ span { margin-top: 1.5em; } -.post_body > a { +.post_body a { text-decoration: underline; color: aqua; }