Commit a3d3dee4 authored by Anthony Jacob's avatar Anthony Jacob
Browse files

orange link in description

parent dedb86b3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -964,6 +964,17 @@ Main components
    font-size: 15px;
    text-align: justify;
    margin-top: 20px;

    a {
      color: @orange;
    }

    a:hover,
    a:focus,
    a:visited {
      color: lighten(@orange, 10%);
    }

  }

  .continue-reading {