From: Laury GvR Date: Wed, 3 Dec 2014 19:14:39 +0000 (-0500) Subject: Attempt to get rid of phone link color X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=60e4a764c49c02fe0b2b027944a1197d6400af58;p=web%2FWP-Theme-GaslightMedia.git Attempt to get rid of phone link color --- diff --git a/css/app.css b/css/app.css index 890a1cd..f80b022 100644 --- a/css/app.css +++ b/css/app.css @@ -5763,6 +5763,10 @@ ul.global-nav li + li::before { width: 100%; margin-bottom: 50px; } } +a[href^=tel] { + color: inherit; + text-decoration: none; } + .vcard li { display: inline-block; } diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index e0a02a3..be4938c 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -204,6 +204,11 @@ ul.global-nav li + li::before { margin-bottom: 50px; } } +a[href^=tel]{ + color:inherit; + text-decoration:none; +} + .vcard li { display: inline-block; }