/* ============================================
   Ewha Online Judge - Custom Styles
   ============================================ */

/* === 상단 네비게이션 바: 다크 그레이 + 그린 액센트 === */
#navigation,
#nav-list,
#nav-container {
    background: #2c2c2c !important;
}

#navigation {
    border-bottom: 1px solid #1B5E3A !important;
}

#nav-list > li > a {
    color: #ffffff !important;
}

#nav-list > li > a:hover,
#nav-list > li > a.active,
#nav-list > li:hover > a {
    background: #1B5E3A !important;
    color: #ffffff !important;
}

#user-links,
#user-links > ul {
    background: #2c2c2c !important;
}
#user-links a {
    color: #ffffff !important;
}
#user-links a:hover {
    background: #1B5E3A !important;
}

#navicon {
    color: #ffffff !important;
}

#nav-list ul {
    background: #ffffff !important;
}
#nav-list ul li a {
    color: #333333 !important;
    background: #ffffff !important;
}
#nav-list ul li a:hover {
    background: #1B5E3A !important;
    color: #ffffff !important;
}
