Skip to content

Commit

Permalink
fix: make details more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Feb 19, 2024
1 parent 9cbb2f1 commit 5242865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/theme/components/VPFeature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ function onMouseLeave() {
}
.details {
font-weight: 400;
font-size: 15px;
line-height: 20px;
flex-grow: 1;
line-height: 15px;
font-size: 14px;
font-weight: 500;
color: var(--vp-c-text-3);
}
Expand Down

0 comments on commit 5242865

Please sign in to comment.