Skip to content

Commit

Permalink
Improved navabar links
Browse files Browse the repository at this point in the history
Added hover effects to links in navbar for better user experience.
  • Loading branch information
Sentious authored and Hwurzburg committed Oct 31, 2023
1 parent 88bc0e4 commit f360b44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ html {
color: white !important; /* ArduPilot */
}

.nav-link:hover {
color: rgb(176, 176, 176) !important;
text-decoration: underline;
}

.dropdown-toggle::after {
/*display: inline-block;*/
margin-left: 0.255em;
Expand Down

0 comments on commit f360b44

Please sign in to comment.