/*!
 * Theme: DevDJ - Light
 * Presets: theme-light.css
 * Version: 1.0
 * Author: DevDJ
 * Copyright 2021 DevDJ
!*/
#theme-mode i.fa-sun,
#theme-mode i.dd-sun {
	-webkit-text-stroke: 1px black !important;
}
.dd-sun {
	content: url('../../images/icons/stroke-sun.svg');
	width: 18px;
	height: 18px;
}
.skill-section .skill-left .progress {
    background-color: #fff !important;
}