Skip to content

Commit 7ca9fbc

Browse files
authoredJul 25, 2020
fix($theme-default): improve last-updated text color contrast (#2282)
1 parent b343cd3 commit 7ca9fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/@vuepress/theme-default/components/PageEdit.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default {
129129
color lighten($textColor, 25%)
130130
.time
131131
font-weight 400
132-
color #aaa
132+
color #767676
133133
134134
@media (max-width: $MQMobile)
135135
.page-edit

0 commit comments

Comments
 (0)
Please sign in to comment.