style: update cursor for <summary>

This commit is contained in:
Youwen Wu 2024-10-31 19:52:54 -07:00
parent a8b1c8c040
commit c803aea65c
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 3 additions and 3 deletions

View file

@ -92,9 +92,9 @@
@apply text-center;
}
details {
@apply cursor-pointer leading-loose sm:leading-[2] my-4 overflow-x-auto sm:text-lg font-light;
@apply leading-loose sm:leading-[2] my-4 overflow-x-auto sm:text-lg font-light;
}
details summary {
@apply mb-1;
@apply mb-1 cursor-pointer;
}
}

File diff suppressed because one or more lines are too long