]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - app.scss
Adding support for custom links target
[github/bastienwirtz/homer.git] / app.scss
index defd931ef078d5e779ff6e03fdecf5f2e0eb35bd..ade72f3bc9018327229a848446458a043ee1c3d3 100644 (file)
--- a/app.scss
+++ b/app.scss
@@ -160,7 +160,7 @@ body {
 
       a {
         color: #ffffff;
-        &:hover {
+        &:hover, &:focus {
           color: #ffffff;
           background-color: lighten( $secondary-color, 5% );
         }