<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Gridlove Child
Theme URI:      http://mekshq.com
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     http://mekshq.com
Template:       gridlove
Version:        0.1.0
*/

.entry-content:after {
	content: "";
	display:block;
	clear:both;
}

.meta-author span.fn:before {
    content: "\f15c";
    font-family: FontAwesome;
    margin-right: 4px;
}

.meta-comments span.fn::before {
    content: "\f030"; 
    font-family: FontAwesome;
    margin-right: 4px; 
}</pre></body></html>