Added support for headers

This commit is contained in:
Jacob Anavisca
2019-08-27 00:07:41 -04:00
parent c31a758435
commit 52431e67a4
2 changed files with 67 additions and 2 deletions

View File

@@ -172,6 +172,14 @@ fieldset.purple legend {
color: #C198FB;
}
fieldset.orange {
border-color: #FF9800;
}
fieldset.orange legend {
color: #FF9800;
}
.collapsible.hidden {
display: none;
}