/*
Theme Name: ZAXU CHILD
Theme URI: https://www.zaxu.com
Author: ZAXU
Author URI: https://www.zaxu.com
Description: A basic child theme for the ZAXU theme.
Template: zaxu
Version: 1.1.9
Requires at least: 6.0
Requires PHP: 7.4
*/

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

@media (prefers-color-scheme: dark) {
   a[href] {    
color:#333333;  
text-decoration: none;    
-webkit-transition: opacity .2s;    
transition: opacity .2s;    
outline: none
}
a[href]:active,a[href]:visited {    
color: #333333
}
a[href]:not(.button):not(.fancybox):hover {    
opacity: .6
}
	/* Dark mode customization starts here */
}