From 5690a8af358c2646d6e7d9bd1c9485a3caca254c Mon Sep 17 00:00:00 2001 From: Holger Just Date: Mon, 7 Dec 2015 13:38:39 +0100 Subject: [PATCH] Don't underline author link on homepage --- source/stylesheets/application.css.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/stylesheets/application.css.scss b/source/stylesheets/application.css.scss index 207bb18..8050950 100644 --- a/source/stylesheets/application.css.scss +++ b/source/stylesheets/application.css.scss @@ -8,7 +8,10 @@ line-height: 1; color: rgba(255, 255, 255, 0.8); - a { color: rgba(255, 255, 255, 0.8); } + a { + color: rgba(255, 255, 255, 0.8); + text-decoration: none; + } > span { display: block;