change spoiler style

This commit is contained in:
cuom1999 2020-06-19 21:16:44 -05:00
parent 003818a9cc
commit 5298e6aaa5

View file

@ -260,8 +260,9 @@ details summary {
cursor: pointer; cursor: pointer;
} }
details[open] p { details[open] p {
background: #b0f5d7; background: #def;
padding: 0.3em !important; padding: 0.3em !important;
border: 1px solid grey; border: 1px solid grey;
border-radius: 4px; border-radius: 4px;
margin-top: 0 !important;
} }