X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app.scss;h=a0b1d42dcdfaec20d08d1c855412fb7f5e105407;hb=deff5e387a8c29536988db03d0b551d516a79b14;hp=a68733821ff6aea2e8a9107a5d54aabc076f35a8;hpb=ab76270ca917e62427461a7a7a2bf534ff78009d;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/app.scss b/app.scss index a687338..a0b1d42 100644 --- 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;