Attempt to get rid of phone link color
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Dec 2014 19:14:39 +0000 (14:14 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Dec 2014 19:14:39 +0000 (14:14 -0500)
css/app.css
scss/site/_structure.scss

index 890a1cd..f80b022 100644 (file)
@@ -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; }
 
index e0a02a3..be4938c 100644 (file)
@@ -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;
 }