<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

@import url("../Total/style.css");
body #main { background: none; }

/**
NOTE: If are or will be using the css minify function in the theme use this import instead of the one above
@import url("../Total/style-min.css");
**/</pre></body></html>