adding hover underline on blog title
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 15 Feb 2016 19:57:38 +0000 (14:57 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 15 Feb 2016 19:57:38 +0000 (14:57 -0500)
css/app.css
scss/_blog.scss
scss/_search.scss

index d693791..455009a 100644 (file)
@@ -6958,9 +6958,9 @@ header {
 
 input[type="submit"].blogbutton {
   border-radius: 3px;
-  background: #9ec53c !important;
+  background: #3EAE4A !important;
   color: #FFFFFF;
-  border: 2px solid #9ec53c;
+  border: 2px solid #3EAE4A;
   font-weight: bold;
   font-size: 13px;
   padding: 2px 5px;
@@ -7063,7 +7063,12 @@ input[type="submit"].blogbutton {
   background-position: center; }
 
 #blog-posts-over h2 {
-  font-size: 22px; }
+  font-size: 22px;
+  color: #2c296d !important; }
+  #blog-posts-over h2 a {
+    color: #2c296d !important; }
+    #blog-posts-over h2 a:hover {
+      text-decoration: underline; }
 
 .pf-content p {
   margin-bottom: 0px; }
@@ -7294,7 +7299,7 @@ article {
 #blog-posts-over .search-result-container .entry-header .entry-title a {
   text-decoration: underline;
   font-size: 1.5rem;
-  color: #57B649; }
+  color: #3EAE4A; }
 
 #blog-posts-over .search-result-container .entry-header .entry-title {
   margin-bottom: -5px; }
index 5228095..aecf7f3 100644 (file)
@@ -40,9 +40,9 @@
 }
 input[type="submit"].blogbutton {
     border-radius: 3px;
-    background: rgb(158, 197, 60) !important;
+    background: #3EAE4A !important;
     color: $white;
-    border: 2px solid rgb(158, 197, 60);
+    border: 2px solid #3EAE4A;
     font-weight: bold;
     font-size: 13px;
     padding: 2px 5px;
@@ -172,6 +172,13 @@ input[type="submit"].blogbutton {
 }
 #blog-posts-over h2{
     font-size: 22px;
+    color: #2c296d !important;
+    & a{
+        color: #2c296d !important;
+         &:hover{
+        text-decoration: underline;
+    }
+    }
 }
 .pf-content p{
     margin-bottom: 0px;
index 75f258d..10d6d5b 100644 (file)
@@ -79,7 +79,7 @@
 #blog-posts-over .search-result-container .entry-header .entry-title a{
     text-decoration: underline;
     font-size: 1.5rem;
-    color: #57B649;
+    color: #3EAE4A;
 }
 #blog-posts-over .search-result-container .entry-header .entry-title{
     margin-bottom: -5px;