mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 09:10:52 +00:00
Add style for spoilers
This commit is contained in:
parent
de81eee7bc
commit
e25e361c09
@ -429,15 +429,25 @@ article, .content-container {
|
||||
margin: 1.5rem 0;
|
||||
}
|
||||
|
||||
.qna-accordion__question {
|
||||
.qna-accordion__question{
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.qna-accordion__answer {
|
||||
padding: 0.75rem 1.5rem;
|
||||
margin-top: 0.5rem;
|
||||
background: hsla(0, 0%, 100%, 0.15);
|
||||
}
|
||||
|
||||
/* Spoiler Accordion */
|
||||
.spoiler-accordion__hint {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.spoiler-accordion__spoiler {
|
||||
padding: 0 1.5rem;
|
||||
}
|
||||
|
||||
/* Embedded YouTube video */
|
||||
.full-width-youtube-video {
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user