Changed 'Read More' blog buttons to simple hyperlink style
authorLaury GvR <laury@gaslightmedia.com>
Fri, 21 Jul 2017 20:04:53 +0000 (16:04 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 21 Jul 2017 20:04:53 +0000 (16:04 -0400)
css/app.css
scss/_blog.scss

index ccd5123..458245c 100644 (file)
@@ -7943,11 +7943,11 @@ body #glm-member-front-header .button.glm-button {
     padding-bottom: 15px;
     font-size: 16px; }
   #blog-posts-over article a.read-more {
-    color: #FFFFFF;
-    background: #ffc742;
-    border-radius: 5px;
-    padding: 5px;
-    display: inline-block; }
+    color: #b32024;
+    background: transparent;
+    display: inline;
+    width: 145px;
+    white-space: pre; }
   #blog-posts-over article .entry-header {
     background: transparent;
     margin-bottom: 10px; }
index 64ffdd6..1c8c6f9 100644 (file)
         font-size: 16px;
     }
     a.read-more {
-        color: $white;
-        background: $gold;
-        border-radius: 5px;
-        padding: 5px;
-        display: inline-block;
+        color: $red;
+        background: transparent;
+        display: inline;
+        width: 145px;
+        white-space: pre;
     }
     .entry-header {
         background: transparent;