aboutsummaryrefslogtreecommitdiff
path: root/website/index.js
blob: 73cb3bbe2e8b7fbdd38d291b14cafc26228a2390 (plain)
1
2
3
4
5
6
7
8
$(function() {
	$(".button,.download").addGlow({
		radius: 20,
		textColor: '#00f',
		haloColor: '#00f',
		duration: 500
	});
});