Skip to content

Commit 00690d4

Browse files
committed
feat(CSS): add following declarations list-style: none; to * selector
1 parent c1ffad6 commit 00690d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
outline: none;
66
font-family: "Open Sans", sans-serif;
77
background-color: aliceblue;
8+
list-style: none;
89
}
910

1011
body {

0 commit comments

Comments
 (0)