/*
Theme Name: 最新适应端主题
Description: Niubi
Author: 吕某人
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/

#pagination .nav-links {
    display: flex;
    gap: 8px;
}

#pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    transition: all 0.2s;
}

#pagination .page-numbers:hover:not(.current):not(.dots) {
    background-color: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

#pagination .current {
    background-color: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

#pagination .prev,
#pagination .next {
    width: auto;
    padding: 0 16px;
    border-radius: 20px;
}

#pagination .dots {
    border: none;
    cursor: default;
}

#pagination .dots:hover {
    background-color: transparent;
    color: #4b5563;
}
.content>p{
    text-indent: 2em;
}
.content>p img{
    margin: 1rem  auto;
    /*width: 100%;*/
    /*height: 100%;*/
    display: block;
}
.content{
    line-height: 1.8;
    font-family: Arial, sans-serif;
}
@media (min-width: 768px) {
.post-navigation div{
    width: 45%;
}
}

#articles-container img{

}