Navigation Menu

Skip to content

Commit

Permalink
fix($theme-default): improve last-updated text color contrast (#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilf committed Jul 25, 2020
1 parent b343cd3 commit 7ca9fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/theme-default/components/PageEdit.vue
Expand Up @@ -129,7 +129,7 @@ export default {
color lighten($textColor, 25%)
.time
font-weight 400
color #aaa
color #767676
@media (max-width: $MQMobile)
.page-edit
Expand Down

0 comments on commit 7ca9fbc

Please sign in to comment.