From 30190789a3de78268e8b6709448006611dc807a5 Mon Sep 17 00:00:00 2001 From: Dag Frode Solberg Date: Tue, 6 Dec 2022 15:25:51 +0100 Subject: [PATCH] Change theme default value as to meet WCAG --- README.md | 4 ++-- src/theme.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bdd0eea5a7..d1951e43f7 100644 --- a/README.md +++ b/README.md @@ -288,8 +288,8 @@ You can use all of the following options with the standalone version of the colors.primary.main, visited: ({ typography }) => typography.links.color, hover: ({ typography }) => lighten(0.2, typography.links.color), - textDecoration: 'auto', - hoverTextDecoration: 'auto', + textDecoration: 'underline', + hoverTextDecoration: 'underline', }, }, sidebar: {