adjusting read more style
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 15 Feb 2016 21:39:56 +0000 (16:39 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 15 Feb 2016 21:39:56 +0000 (16:39 -0500)
css/app.css
scss/_blog.scss

index c2dcbf4..80ee007 100644 (file)
@@ -6988,6 +6988,7 @@ input[type="submit"].blogbutton {
     font-weight: bold;
     font-size: 13px;
     padding: 0 3px;
+    border: 2px solid #FFFFFF;
     text-transform: uppercase; }
     #blog-posts-over article a.read-more:hover {
       background: #FFFFFF;
index d71ed44..c1b8620 100644 (file)
@@ -75,11 +75,11 @@ input[type="submit"].blogbutton {
 //        padding-bottom: 15px;
     }
     a.read-more {
-//        border: 2px solid $white;
         color: $purple;
         font-weight: bold;
         font-size: 13px;
         padding: 0 3px;
+        border: 2px solid $white;
         text-transform: uppercase;
         &:hover {
             background: $white;