<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**  
 * Theme Name: We Docs Child
 * Version: 1.0
 * Description: Shop Wordpress Theme
 * Author: Tyche Softwares
 * Author URI: https://www.tychesoftwares.com/

 * template: wedocs-develop

 * License: GNU General Public License v3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt
 */


/* Below you can write your style */
.banner {
    background-color: #ffffff !important;
    
}
.tyche_docs_home_url{
    position: relative;
    color: #000000;
    background-size: contain !important;
    max-height: 38px !important;
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
   
}
.banner .navbar-header .navbar-brand{
    min-width: 55px !important;
}
.fa-check {
    color: #71b02f;
}
/* .content-info .widget-area{
    left: 104px !important;
    position: relative !important;
} */
</pre></body></html>