Skip to content

Commit

Permalink
fix: Adjust font-weight and color
Browse files Browse the repository at this point in the history
  • Loading branch information
mihailmarcu authored Mar 8, 2022
1 parent 832a377 commit 743cc29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vue/src/components/SpNavbar/SpNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ export default defineComponent({
}
.link-active {
font-weight: 600;
font-weight: 500;
color: #000;
}
@media (max-width: 600px) {
Expand Down

0 comments on commit 743cc29

Please sign in to comment.