mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
style: add some basic styles to summary elements
This commit is contained in:
parent
65b21689c8
commit
ea8e62157f
2 changed files with 7 additions and 1 deletions
|
@ -110,4 +110,10 @@
|
||||||
figure figcaption {
|
figure figcaption {
|
||||||
@apply text-center;
|
@apply text-center;
|
||||||
}
|
}
|
||||||
|
details {
|
||||||
|
@apply cursor-pointer;
|
||||||
|
}
|
||||||
|
details summary {
|
||||||
|
@apply mb-1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue