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

Luiz F. A. de Prá
16.28.2022 900c7efb3cf252a4cd71a14c50bae2a8401d3519
resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content
@@ -3663,15 +3663,15 @@
    color: #000;
    background-color: #e0e0e0;
    border-radius: 0.2rem;
    opacity: 50%;
    opacity: 0.5;
    transition: all 0.25s ease-in; }
    .float-container a:hover, .float-container a:focus {
      color: #1565c0;
      opacity: 100%; }
      opacity: 1; }
      @media only screen and (max-width: 768px) {
        .float-container a:hover, .float-container a:focus {
          color: #000;
          opacity: 50%; } }
          opacity: 0.5; } }
    .float-container a i {
      position: absolute;
      top: 50%;