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

Codruț Constantin Gușoi
06.37.2021 af7360e89ab0220c8c1e1da2ab28cfab3410b809
assets/scss/_content.scss
@@ -65,6 +65,23 @@
          margin-right: 1.5rem;
        }
      }
      .tags {
        .tag {
          display: inline-block;
          padding: 0.3rem 0.6rem;
          background-color: $alt-bg-color;
          border-radius: 0.6rem;
          line-height: 1.4em;
          a {
            color: $fg-color;
          }
          a:active {
            color: $fg-color;
          }
        }
      }
    }
  }