/*
 * Eduma Child custom styles.
 * Keep all child theme visual changes here.
 */

:root {
	--eduma-child-accent: #0e7a6a;
}

.site-content a {
	color: var(--eduma-child-accent);
}

.site-content a:hover,
.site-content a:focus {
	opacity: 0.85;
}
