From 6a9c9a54690ced05ecf72e17c693da17221e3d85 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Thu, 24 Mar 2016 09:53:45 -0400 Subject: [PATCH] updated link style --- static/css/weblog.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/weblog.css b/static/css/weblog.css index a2e3b5b..ea65317 100644 --- a/static/css/weblog.css +++ b/static/css/weblog.css @@ -138,6 +138,10 @@ nav ul > li { margin: 0; } +.micropost p > a, .post p > a { + text-decoration: underline; +} + .post h2 { margin: 0; line-height: 32px;