blue buttons with yellow text
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Feb 2019 21:56:10 +0000 (16:56 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Feb 2019 21:56:10 +0000 (16:56 -0500)
css/app.css
scss/_blog.scss

index 8f9a62c..0a500db 100644 (file)
@@ -7991,8 +7991,8 @@ body #glm-member-front-header .glm-button.button {
 .blog-feed-post p {
   font-size: 0.8125rem; }
 .blog-feed-post a.read-more {
-  color: #16345B;
-  background: #54BB54;
+  color: #E6E125;
+  background: #16345B;
   border-radius: 5px;
   padding: 5px;
   margin-top: 15px;
index 807f163..93544cc 100644 (file)
         font-size: rem-calc(13);
     }
     a.read-more {
-        color: $revamp-blue;
-        background: $revamp-green;
+        color: $revamp-yellow;
+        background: $revamp-blue;
         border-radius: 5px;
         padding: 5px;
         margin-top: 15px;