~xdavidwu/xdavidwu.link

faf8239cf053b6ba6d810086190a9b5353f974e4 — Michael Rose 10 years ago 237eb8f
Add global transition text and block elements
1 files changed, 5 insertions(+), 0 deletions(-)

M assets/less/site.less
M assets/less/site.less => assets/less/site.less +5 -0
@@ 38,4 38,9 @@
	li {
		list-style-type: none;
	}
}

/* Global Transition ==================================== */
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a {
	.transition(all .2s ease);
}
\ No newline at end of file