From 167d3d410ef27264ea6a8a38bda194d0a3331544 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Sun, 2 Apr 2017 17:28:53 +0200 Subject: [PATCH] Add underline for links in posts --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index fde7e69..7faf01b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -173,6 +173,10 @@ a, color: #5694f1; } +.post a { + text-decoration: underline; +} + p a { color: #5694f1; } /*Transitions*/