diff --git a/src/components/UI/Theme/Theme.ts b/src/components/UI/Theme/Theme.ts index 125797e3..1fe1efa4 100644 --- a/src/components/UI/Theme/Theme.ts +++ b/src/components/UI/Theme/Theme.ts @@ -28,6 +28,10 @@ function getTheme(themeName: SupportedColorScheme) { styleOverrides: { a: { color: d3, + textDecoration: 'none', + '&:hover': { + textDecoration: 'underline' + }, }, span: { fontSize: 18, @@ -55,6 +59,10 @@ function getTheme(themeName: SupportedColorScheme) { styleOverrides: { a: { color: l3, + textDecoration: 'none', + '&:hover': { + textDecoration: 'underline' + }, }, span: { fontSize: 18,