Improve spoiler

This commit is contained in:
cuom1999 2022-07-30 17:21:08 +07:00
parent 3c6108298c
commit 627cf37996
7 changed files with 27 additions and 55 deletions

View file

@ -293,11 +293,4 @@ a.view-pdf {
}
details summary {
cursor: pointer;
}
details[open] p {
background: #def;
padding: 0.3em !important;
border: 1px solid grey;
border-radius: 4px;
margin-top: 0 !important;
}

View file

@ -3,6 +3,7 @@ window.MathJax = {
tex2jax: {
inlineMath: [
['~', '~'],
['$', '$'],
['\\(', '\\)']
]
},