diff --git a/assets/style.css b/assets/style.css index ca4f4d7..49c2193 100644 --- a/assets/style.css +++ b/assets/style.css @@ -185,4 +185,7 @@ header ul { display: flex; flex-direction: column; gap: 0; +} +header ul li { + list-style: circle; } \ No newline at end of file