Add style

This commit is contained in:
Spencer Killen 2026-08-05 09:55:52 -06:00
parent c77944cf77
commit 2a5902ab7f

View file

@ -14,3 +14,17 @@ body {
width: 100%; width: 100%;
background-color: papayawhip; background-color: papayawhip;
} }
summary {
background: limegreen;
padding: 2px 5px 7px;
}
summary:hover {
cursor: pointer;
}
details[open] {
background: lightgreen;
padding: 0 0 5px;
}