think front page may be done
authorIan Weller <ian@gaslightmedia.com>
Thu, 7 Apr 2016 18:38:11 +0000 (14:38 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 7 Apr 2016 18:38:11 +0000 (14:38 -0400)
css/app.css
front-page.php
scss/_main.scss
scss/_settings.scss
scss/_structure.scss

index 564af5c..79a07fa 100644 (file)
@@ -4818,7 +4818,8 @@ a {
   line-height: inherit;
   text-decoration: none; }
   a:hover, a:focus {
-    color: #ec6c0b; }
+    color: #ec6c0b;
+    text-decoration: underline; }
   a img {
     border: none; }
 
@@ -6565,6 +6566,10 @@ main.page-inside #content-wrapper #main-content h2 {
   letter-spacing: 0.1em;
   color: #f5822a; }
 
+h2#block-title {
+  text-transform: uppercase;
+  font-size: 1.5rem; }
+
 .blocks .block#block-1, .blocks .block#block-2, .blocks .block#block-3 {
   margin-bottom: 72px; }
 @media screen and (max-width: 1024px) {
@@ -7275,6 +7280,9 @@ h6 {
   letter-spacing: 0.05em;
   color: #f5822a; }
 
+a:hover {
+  text-decoration-color: #0568b3; }
+
 /* for the mobile menu */
 aside.left-off-canvas-menu li.page_item {
   display: block;
index f20c36e..c752db4 100644 (file)
@@ -39,6 +39,9 @@
             </div>
         </div>
         <div class="row">
+            <div class="small-12 columns">
+                <h2 id="block-title">Recent Projects</h2>
+            </div>
             <?php
             get_template_part('parts/glm-blocks');
             ?>
index 90348be..3e86c65 100644 (file)
@@ -65,6 +65,11 @@ main.page-inside {
         }
     }
 }
+h2#block-title {
+    text-transform: uppercase;
+//    font-weight: normal;
+    font-size: rem-calc(24);
+}
 .blocks {
     & .block {
         &#block-1, &#block-2, &#block-3 {
index adc5046..5130891 100644 (file)
@@ -269,7 +269,7 @@ $small-font-color: scale-color($header-font-color, $lightness: 35%);
 
 // We use these to style anchors
 // $anchor-text-decoration: none;
-// $anchor-text-decoration-hover: none;
+ $anchor-text-decoration-hover: underline;
  $anchor-font-color: $orange;
 // $anchor-font-color-hover: scale-color($anchor-font-color, $lightness: -14%);
 
index b1c7727..177205b 100644 (file)
@@ -43,6 +43,9 @@ h6 {
     letter-spacing: 0.05em;
     color: $orange;
 }
+a:hover {
+    text-decoration-color: $blue;
+}
 //.page-inside {
 //    #content-wrapper {
 //