mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
style: update cursor for <summary>
This commit is contained in:
parent
a8b1c8c040
commit
c803aea65c
2 changed files with 3 additions and 3 deletions
|
@ -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
Loading…
Reference in a new issue