mirror of https://github.com/luizdepra/hugo-coder.git

Luiz F. A. de Prá
19.19.2021 e0988ee1e2c2eab690cd9dc4c0046ae5d9212b87
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%;
      }