/*
Theme Name: Aikadoll Lightning Child
Description: Child theme for the Aikadoll Lightning website.
Author: Aikadoll
Template: Lightning-master
Version: 1.0.0
Text Domain: aikadoll-lightning-child
*/

/*
 * The parent theme loads get_stylesheet_uri(), which points to this file while
 * the child theme is active. Preserve the only rule from the parent root
 * style.css without loading that stylesheet a second time.
 */
@media (max-width: 767px) {
	ul.gMenu {
		background: #fcfcfc;
	}
}
