add spoiler to editor

This commit is contained in:
cuom1999 2020-06-19 20:44:03 -05:00
parent 77eae18581
commit 003818a9cc

View file

@ -256,3 +256,12 @@ a.view-pdf {
margin-left: 1.3em;
}
}
details summary {
cursor: pointer;
}
details[open] p {
background: #b0f5d7;
padding: 0.3em !important;
border: 1px solid grey;
border-radius: 4px;
}