]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - app.scss
Merge pull request #22 from traeblain/feature-title
[github/bastienwirtz/homer.git] / app.scss
index a68733821ff6aea2e8a9107a5d54aabc076f35a8..a0b1d42dcdfaec20d08d1c855412fb7f5e105407 100644 (file)
--- a/app.scss
+++ b/app.scss
@@ -180,7 +180,7 @@ body {
 
       a {
         color: #ffffff;
-        &:hover {
+        &:hover, &:focus {
           color: #ffffff;
           background-color: lighten( $secondary-color, 5% );
         }
@@ -302,6 +302,16 @@ body {
     transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
   }
 
+  .no-footer {
+    #main-section {
+      margin-bottom: 0;
+    }
+    
+    .footer {
+      display: none;
+    }
+  }
+
   .search-bar {
     position: relative;
     display: inline-block;