/*
Theme Name: Lion-kallol Theme
Description: Custom child theme generated by LION CMS
Author: Light & Composition University
Template: enfold
Version: 1.0.0
*/

/* Import parent theme styles */
@import url('../enfold/style.css');

/* Custom styles for Lion-kallol Theme */
/* Add your custom CSS here */

/* Custom logo styles */
.logo img {
    /* Logo styling can be customized here */
}

/* Custom admin dashboard background */
.wp-admin #wpbody-content {
    background-color: #ffffff;
}

