transition on title/summary

This commit is contained in:
bkfox 2017-01-11 18:28:55 +01:00
parent fcad25c170
commit 9276e5007e

View File

@ -113,6 +113,13 @@ main.detail {
display: block;
padding: 0.4em;
vertical-align: middle;
transition: opacity 1.5s;
}
main.detail > header:hover h1.title,
main.detail > header:hover .summary {
opacity: 0.0;
transition: opacity 1.5s 1s;
}
main.detail > header h1.title {