Update global styles

This commit is contained in:
Hazem Krimi
2020-10-18 19:25:57 +01:00
parent c176d50951
commit 6c11f2da89
+1
View File
@@ -9,6 +9,7 @@ const GlobalStyles = createGlobalStyle`
outline: none; outline: none;
font-family: 'Poppins'; font-family: 'Poppins';
color: #000000; color: #000000;
overflow: hidden;
} }
`; `;