Skip to content

Commit

Permalink
selective styles for new top header and curriculum dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kmishmael committed Jan 2, 2024
1 parent cbe6d79 commit 20653ee
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions css/alx-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,27 @@ body.dark .navbar-fixed-top > .navigation > ul > li {
body.dark .navbar-fixed-top > .navigation > ul > li > a {
padding: 13px 13px !important;
}

body.dark #student-switch-curriculum {
color: var(--col-light-500) !important;
background-color: var(--col-bg-600) !important;
border-bottom: var(--col-bg-800) !important;
}

body.dark ul.dropdown-menu {
background-color: var(--col-bg-600) !important;
border-bottom: var(--col-bg-800) !important;
}


body.dark .dropdown-menu>li>a:hover, body.dark .dropdown-menu>li>a:focus {
background-color: var(--col-bg-800) !important;
}

body.dark .dropdown-menu>li>a:hover>div>div>span:first-child {
color: var(--col-acc-400) !important;
}

/* Navigation styles ends here */

/* Main styles */
Expand Down

0 comments on commit 20653ee

Please sign in to comment.