<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =================================================================== */
/* Green #bd0303
====================================================================== */

#navigation ul li a:hover, 
#navigation ul li:hover &gt; a, 
#bolded-line, 
.button.gray:hover, 
.button.light:hover, 
.button.color, 
input[type="button"] {
	background: #bd0303;
}

.flex-direction-nav .flex-prev:hover, 
.flex-direction-nav .flex-next:hover, 
#scroll-top-top a, 
.post-icon {
	background-color:#bd0303;
}

.mr-rotato-prev:hover, 
.mr-rotato-next:hover,
li.current, 
.tags a:hover {
	background-color: #bd0303;
	border-color: #bd0303;
}

#filters a:hover, 
.selected, 
#portfolio-navi a:hover {
	background-color: #bd0303 !important;
	border: 1px solid #bd0303 !important;
}</pre></body></html>