/* 
Theme Name: Tutorial Child
Description: 
Author: hsilvia
Template: hs-first-theme
Version: 1.0
*/

.entry-title {
	color: var(--accent);
}

.entry-title:hover {
	color: blue;
}