aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Fryer <dfryer1193@gmail.com>2016-02-18 21:20:48 -0500
committerDavid Fryer <dfryer1193@gmail.com>2016-02-18 21:20:48 -0500
commit2a23bc557f30942aa43631efe575d21ba44dc762 (patch)
treed14ccfd1b7512889b6ac57d03a90a374596a14e8
parent9477b8413291a4beba3aa566963a3b6189951827 (diff)
downloadpetrichor-2a23bc557f30942aa43631efe575d21ba44dc762.tar.xz
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
-rw-r--r--petrichor.css7
1 files changed, 7 insertions, 0 deletions
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;
+}