need underline for anchors in support id
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 15 Dec 2015 13:43:18 +0000 (08:43 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 15 Dec 2015 13:43:18 +0000 (08:43 -0500)
css/app.css
scss/_page.footer.scss

index 923676d..f4a283d 100644 (file)
@@ -7164,6 +7164,8 @@ input[type="submit"].blogbutton {
   bottom: 105px;
   left: 0;
   right: 0; }
+  #support a {
+    text-decoration: underline; }
   #support p {
     font-size: 0.875rem;
     margin: 20px 0; }
index 643d0fc..4f84a2e 100644 (file)
@@ -3,6 +3,9 @@
     bottom: 105px;
     left: 0;
     right: 0;
+    a {
+        text-decoration: underline;
+    }
     p {
         font-size: rem-calc(14);
         margin: 20px 0;