style.css (article details > summary): pointer

master
Mike Gerwitz 2020-05-20 00:54:38 -04:00
parent 0dd84e4952
commit 4d53191079
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 4 additions and 0 deletions

View File

@ -412,6 +412,10 @@ article figure > figcaption:last-child {
margin-top: 1em;
}
article details > summary {
cursor: pointer;
}
@media ( max-width: 60ch ) {
article {