body.dark .icon-item .icon-name {
    font-size: 20px;
    color: #d7d7d7;
}

body.dark .icon-value {
    font-size: 24px;
    color: #cbcbcb;
    font-weight: 600;
}

body.dark .icon-item .icon img {
    filter: invert(1);
}

a {
    color: #e0e0e0;
    text-decoration: none;
}
