assets/scss/_float.scss
@@ -7,18 +7,19 @@ a { display: block; text-align: center; width: 3.0rem; height: 3.0rem; width: 3rem; height: 3rem; color: $alt-fg-color; background-color: $alt-bg-color; font-size: 2.0rem; font-size: 2rem; border-radius: 0.5rem; opacity: 50%; transition: all .25s ease-in; &:hover, &:focus { transition: all 0.25s ease-in; &:hover, &:focus { color: $link-color; opacity: 100%; @media only screen and (max-width : 768px) { @media only screen and (max-width: 768px) { color: $alt-fg-color; opacity: 50%; }