link transitions

This commit is contained in:
Andrew Croce 2018-07-09 14:39:07 -04:00
parent 524ecae363
commit 5bbf57035b

View File

@ -22,3 +22,13 @@ h1 {
h2 {
margin-top: 0;
}
a,
a > span {
transition:
background 0.2s,
border 0.2s,
box-shadow 0.2s,
color 0.2s,
}