/* dark-theme.css */
body {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
    font-family: sans-serif, Arial, Helvetica, sans-serif !important;
}

a {
    color: #1e90ff !important;
}

a:hover {
    text-decoration: underline !important;
}

hr {
    border-color: #333 !important;
}
