From dd478c8962e3a3edae2fcfa9d1c5222a18d535ac Mon Sep 17 00:00:00 2001 From: cyrilf Date: Sun, 5 Apr 2020 19:28:51 +0200 Subject: [PATCH] style($theme-default): improve accessibility color On the `.last-updated .time` element, the color contrast is too low which raised an accessibility warning in a Lighthouse report. Minor tweak of the color to fix that. --- packages/@vuepress/theme-default/components/PageEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/theme-default/components/PageEdit.vue b/packages/@vuepress/theme-default/components/PageEdit.vue index e1ac3ca096..9f5319b990 100644 --- a/packages/@vuepress/theme-default/components/PageEdit.vue +++ b/packages/@vuepress/theme-default/components/PageEdit.vue @@ -129,7 +129,7 @@ export default { color lighten($textColor, 25%) .time font-weight 400 - color #aaa + color #767676 @media (max-width: $MQMobile) .page-edit