<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#vote .vote-timer {
    color:var(--text-color-4) !important;
}
#vote .reward {
    transform:scale(1);
    width:60px;
    transition: all ease 0.15s;
}
#vote .reward:hover {
    transform:scale(1.2);
    transition: all ease 0.15s;
}
</pre></body></html>