/*
Theme Name: Kronda Star 
Theme URI: http://karveldigital.com
Description: Child theme based on Stargazer
Author: Kronda Adair
Author URI: http://karveldigital.com
Text Domain: stargazer
Template: stargazer
Version: 1.0


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
So SASSy

You can find the style.scss in the /sass/ directory, and the generated file in /stylesheets/.

*/

/* Import parent theme stylesheet */
@import url("../stargazer/style.min.css");

/* Import of SASS generated stylesheet */
@import url('stylesheets/style.css');

/* Your customizations go here */

#menu-secondary li.donate a {
	background-color: #cc4a00;
    padding: 10px;
    color: white;
}