/* Jiguangku Enhance: footer */
.footer {
    --footer-bg: #1f2428;
    --footer-color: #aeb6c2;
}

.footer .footer-muted {
    color: #aeb6c2;
    line-height: 1.75;
}

.footer .title-h-left {
    color: #f7f8fc;
    font-weight: 600;
}

.footer .title-h-left:before {
    width: 34px;
    height: 2px;
    background: #828fff;
    box-shadow: none;
}

.footer .title-h-left:hover:before {
    width: 34px;
}

.footer .fcode-links a {
    color: #f7f8fc !important;
    font-weight: 600;
}

.footer .fcode-links a:hover {
    color: #828fff !important;
}

.footer .fcode-links > a + a:before {
    background: #828fff;
    opacity: 0.55;
}

.footer .footer-muted a {
    color: #d7dcff !important;
}

.footer .footer-muted a:hover {
    color: #ffffff !important;
}
