/* !Obsidian Typography - Gradients and more... */

/* 	These are jQuery initializiations for the Rainbows plugin. Different gradients
	can be applied via different CSS selectors. */

$( function(){

// Add gradient styling below

rainbows.init({
	selector: '.dark-gradient',
	highlight: false,
	shadow: false,
	from: '#898989',
	to: '#262626'
});

rainbows.init({
	selector: '.light-gradient',
	highlight: false,
	shadow: false,
	from: '#cacaca',
	to: '#686868'
});

// End gradient styling

});
