From 8ca10aa66f13538af6e6cf83ee54d38334bacd7f Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 22 Apr 2021 01:52:22 +0100 Subject: [PATCH] Update global styles --- src/GlobalStyles.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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;