From c6edab0950a3db6fb2a62685d3458a9293046d16 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 26 Apr 2016 09:30:37 -0700 Subject: [PATCH] Tweak link style --- default_app/index.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/default_app/index.html b/default_app/index.html index 2748c01..5c266c4 100644 --- a/default_app/index.html +++ b/default_app/index.html @@ -46,13 +46,10 @@ vertical-align: middle !important; } - a { - color: #39AEC6; - text-decoration: none; - } - + a, a:hover { - text-decoration: underline; + color: #2ab0cb; + text-decoration: none; } pre, code { -- 2.7.4