Skip to content

Commit f5c3398

Browse files
cyrilfsergeylarionov-upwork
authored andcommitted
fix($theme-default): improve last-updated text color contrast (vuejs#2282)
1 parent d4eddd5 commit f5c3398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)