Skip to content

Commit

Permalink
Add admin link styles to mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jun 10, 2024
1 parent 1457cc5 commit b33c53c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion resources/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,20 @@
max-width: 320px;
width: 100%;
transition: all .8s ease-in-out;
}
}

.mobile-menu-container a {
color: #FFFFFF;
}

.mobile-menu-container .admin-link {
display: block;
padding: 0.5rem 1rem;
color: #FFFFFF;
text-decoration: none;
transition: background-color 0.3s ease;
}

.mobile-menu-container .admin-link:hover {
background-color: rgba(255, 255, 255, 0.1);
}

0 comments on commit b33c53c

Please sign in to comment.