/* styles/theme.css - Theme variables and overrides */

.dark-mode .hero-section {
    background-color: #1e1e1e;
}

.dark-mode .site-footer {
    background-color: #1e1e1e;
}

/* Skill level indicators in dark mode */
.dark-mode .level-indicator:not(.filled) {
    background-color: #444;
}
