Add styling for details elements

This commit is contained in:
Philipp Oppermann
2019-02-25 21:54:01 +01:00
parent ddbe36c0dc
commit aa0a876e19

View File

@@ -308,3 +308,11 @@ aside.post_aside {
border-left: .1rem solid #e5e5e5;
border-right: .1rem solid #e5e5e5;
}
details summary {
cursor: pointer;
}
details summary h3, details summary h4, details summary h5, details summary h6 {
display: inline;
}