From 2a23bc557f30942aa43631efe575d21ba44dc762 Mon Sep 17 00:00:00 2001 From: David Fryer Date: Thu, 18 Feb 2016 21:20:48 -0500 Subject: Add CSS to make users in list match text-decoration removes link underline display makes link act like a div color overrides base link color --- petrichor.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/petrichor.css b/petrichor.css index 36dc4d9..1b8684c 100644 --- a/petrichor.css +++ b/petrichor.css @@ -132,3 +132,10 @@ div.user margin-right: 30px; font-size: 240px; } + +a +{ + text-decoration: none; + display: block; + color: white; +} -- cgit v1.1