Compare commits

...

3 commits

View file

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