<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: dg2woo-theme Child
Theme URI: http://underscores.me/
Template: dg2wootheme
Author: Digital2
Author URI: https://digital2.rs
Description: Custom D2 woo integration theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1644322807
Updated: 2022-02-08 13:20:07

*/
:root {
  --main-color: #5bb5bf;
  --second-color: #222222;
  --lighter-color: #f2f7f6;
  --darker-color: rgb(140, 140, 140);
}
.custom-logo img {
    max-height: 60px;
}
.site-branding{
	background:var(--main-color);
}
.header-user a:hover{
	color:#ffffff;
}
.header-mini-cart-link span.counts{
	background:var(--second-color);
}</pre></body></html>