Skip to content

Commit

Permalink
chore: override tailwind default list styles (gitcoinco#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussedev authored Nov 18, 2024
1 parent 70f4636 commit 0665990
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@ body {
:root {
--radius: 0.5rem;
}
ul {
@apply list-disc;
@apply my-4 pl-10;
}
ol {
@apply list-decimal;
@apply my-4 pl-10;
}
}

0 comments on commit 0665990

Please sign in to comment.