Skip to content

Commit

Permalink
fix($theme-default): improve last-updated text color contrast (vuejs#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilf authored and Sergey Larionov committed Aug 19, 2020
1 parent d4eddd5 commit f5c3398
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 f5c3398

Please sign in to comment.