From: Kevin Sawicki Date: Tue, 26 Apr 2016 16:30:37 +0000 (-0700) Subject: Tweak link style X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6edab0950a3db6fb2a62685d3458a9293046d16;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Tweak link style --- 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 {