/* themes.css */

.theme-dark {
    background: #222;
    color: #eee;
}

.theme-dark input,
.theme-dark button {
    background: #333;
    color: #eee;
    border: 1px solid #555;
}

.theme-dark button {
    background: #444;
}

.theme-dark button:hover {
    background: #666;
}
