refactor: add global list style

staging
abhisheks 2023-11-22 16:16:54 +05:30
parent 20aae25995
commit 2f45a731c1
1 changed files with 4 additions and 0 deletions

View File

@ -28,3 +28,7 @@ a:hover {
a:hover .icon-tabler { a:hover .icon-tabler {
@apply stroke-blue-900; @apply stroke-blue-900;
} }
ul {
@apply !list-inside;
}