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

Vlad Ionescu
02.55.2018 a83b909eeaf0dc2f5c367e4f0e58f64e5a43b2ad
static/less/style.less
@@ -2,6 +2,7 @@
@fg-color: #323232;
@darker-bg-color: #dcdcdc;
@darker-fg-color: #000;
@link-color: #3366CC;
*,
@@ -42,6 +43,16 @@
p {
  margin: 1.6rem 0 1.6rem 0;
  a {
    font-weight: 400;
    color: @darker-fg-color;
    text-decoration: underline;
    text-underline-position: under;
    &:focus,
    &:hover {
      color: @link-color;
    }
  }
}
h1,