]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - app.css
Add missing key in config documentation
[github/bastienwirtz/homer.git] / app.css
diff --git a/app.css b/app.css
index c53f3cec2f31f088be0f160831e25307b9a234be..b514059be2f3a8c8d343f168f5895c8bf33262df 100644 (file)
--- a/app.css
+++ b/app.css
@@ -157,7 +157,7 @@ body {
       background-color: #4285f4; }
       body #bighead .navbar a {
         color: #ffffff; }
-        body #bighead .navbar a:hover {
+        body #bighead .navbar a:hover, body #bighead .navbar a:focus {
           color: #ffffff;
           background-color: #5a95f5; }
   body #main-section {
@@ -230,6 +230,10 @@ body {
     color: #676767;
     font-size: 0.85rem;
     transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms; }
+  body .no-footer #main-section {
+    margin-bottom: 0; }
+  body .no-footer .footer {
+    display: none; }
   body .search-bar {
     position: relative;
     display: inline-block; }