mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
07.00.2021 10028fbd15b7ebded29fde6a272a94c476dacf24
assets/css/style.rtl.css
@@ -50,7 +50,7 @@
body {
    color: var(--body-color);
    font-family: 'Verdana', sans-serif;
    font-family: 'PingHei', 'PingFang SC', 'Helvetica Neue', 'Work Sans', 'Hiragino Sans GB', sans-serif;
    font-size: 15px;
    width: 100%;
    margin: 0 auto 30px auto;
@@ -411,6 +411,18 @@
    max-width: 100%;
}
.post .post-content ul {
    line-height: 1.9em;
    font-weight: 400;
    font-size: 14px;
}
.post .post-content ol {
    line-height: 1.9em;
    font-weight: 400;
    font-size: 14px;
}
.post .post-footer {
    padding: 0 0 10px 0;
    border-bottom: 1px solid var(--border-color);