Removes button / link outlines globally

This commit is contained in:
Ezekiel Aquino
2018-12-14 11:15:19 +01:00
parent 64c168eafc
commit 7a10f03496

View File

@@ -105,6 +105,7 @@ const GlobalStyles = withTheme(createGlobalStyle<GlobalStyle> `
a, button {
text-decoration: none;
font-family: inherit;
outline: none;
}
svg + p,