Cosmetics

pull/132/head
cagataycivici 2019-12-30 12:13:51 +03:00
parent 935e0f025e
commit a7baf667cc
1 changed files with 5 additions and 0 deletions

View File

@ -527,6 +527,11 @@ body {
transition: box-shadow .2s; transition: box-shadow .2s;
box-shadow: 0 0 0 0.2em $focusBorderColor; box-shadow: 0 0 0 0.2em $focusBorderColor;
} }
&.router-link-exact-active {
color: #aebecd;
font-weight: 700;
}
} }
} }
} }