Skip to content

Commit

Permalink
Added custom navpill color.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcanosantana committed Nov 25, 2023
1 parent a0d2917 commit 141f3c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Layout/NavBar.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
.small-space {
height: 25px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #F0F8FF;
background-color: #D1A43E;
}
</style>

<nav class="navbar navbar-expand-lg bg-body-tertiary" style="background-color: white">
Expand Down

0 comments on commit 141f3c6

Please sign in to comment.