diff --git a/styles/globals.css b/styles/globals.css index ff507bc..9e11879 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -65,6 +65,10 @@ body { margin: 0; } +.toc-list li { + list-style: none; +} + @keyframes hero-sweep { 0% { transform: translateX(-120%);