From f876683d703ca3b69b626d91aaba4f40c6368a33 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Mon, 7 Mar 2016 00:37:52 +0000 Subject: [PATCH] Style: Make links not be underlined unless hovered --- templates/default-layout.cassius | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius index a2af945..d013b07 100644 --- a/templates/default-layout.cassius +++ b/templates/default-layout.cassius @@ -20,7 +20,11 @@ body background: #{black} a - color: #{light blue} + color: #{light blue} + text-decoration: none + +a:hover + text-decoration: underline h1 color: #{dark yellow}