/* 
Don't want to use sass and simply modify the stylesheet in the old css fashion? 
Just customize your theme here.
================================================== */

body {}

.img-no-download {
  pointer-events: none;
}

.img-fluid {
  width: 100% !important;
}

.article-post {
    a {
        box-shadow:inset 0 -2px 0 rgba(238, 117, 30, 1), 0 2px 0 rgba(238, 117, 30, 1) !important;
    }
    a:hover {
        box-shadow:inset 0 -30px 0 rgba(238, 117, 30, 1), 0 2px 0 rgba(238, 117, 30, 1) !important;
    }
}

.bottompagination span.navigation a {
  background: #68d070ff !important;
}
