:root {
  --theme-color-primary: #656DE6;
  --theme-color-primary-dark: #3943df;
  --theme-color-primary-light: #9197ed;
}
.tag a{
    color: inherit;
}
.tag a:hover{
    color: inherit;
}

.ub-page .pages .current a {
    background: transparent !important;
    color: #fff;
    min-width: auto;
}
.comment-parent .comment-list {
    margin-left: 25px;
}
.comment-parent .comment-list .comment-list{
    margin-left: 0;
}
.comment-list .pb-blog-comment{
    margin-bottom: 10px;
}
@media (min-width: 40rem){
.sidebar{
    padding-left: 10px;
}
}