replacing more font styles with new styles
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Mar 2019 14:21:14 +0000 (09:21 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Mar 2019 14:21:14 +0000 (09:21 -0500)
css/app.css
scss/_blog.scss

index e90b937..2f2d7c4 100644 (file)
@@ -8048,8 +8048,6 @@ body #glm-member-front-header .glm-button.button {
     margin-bottom: 10px; }
     #blog-posts-over article .entry-header .entry-title {
       margin-bottom: 0;
-      color: #690433;
-      font-family: "Open Sans";
       font-size: 1.375rem;
       text-transform: uppercase; }
       #blog-posts-over article .entry-header .entry-title a {
index 6a4f918..1eb95a1 100644 (file)
         margin-bottom: 10px;
         .entry-title {
             margin-bottom: 0;
-            color: $maroon;
-            font-family: "Open Sans";
+            // color: $maroon;
+            // font-family: "Open Sans";
             font-size: rem-calc(22);
             text-transform: uppercase;
             a {