Compare commits

..

No commits in common. "ba61b0f15e30fe9aa003b54445bf652ff231d2d4" and "1af4533e69ab4492308d8575387a85149ce7ada8" have entirely different histories.

View file

@ -14,17 +14,3 @@ 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;
}