@media screen and (max-width: 767px) {
    article a {
        color: green !important;
    }
    article ol,
    article ul {
        padding-left: 16px;
    }
    article table {
        width: 100%;
    }
    article pre {
        text-wrap-mode: wrap;
    }
}