diff --git a/src/GlobalStyles.tsx b/src/GlobalStyles.tsx index ce3e41f..5f09c4d 100644 --- a/src/GlobalStyles.tsx +++ b/src/GlobalStyles.tsx @@ -11,6 +11,10 @@ const GlobalStyles = createGlobalStyle` line-height: 1.5; outline: none; } + + ul { + list-style: none + } `; export default GlobalStyles;