highlighted bold active route

pull/1097/head
smit95tpatel 2021-12-20 20:11:28 +05:30
parent 2e4fa4b39b
commit 7e007f143e
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@ A {
.nav-link { .nav-link {
color: $navbar-color; color: $navbar-color;
&.router-link-exact-active {
font-weight: bold;
// text-decoration: underline;
}
} }
.form-control { .form-control {