/*
Theme Name: goconst 
*/
/* Change any css from here */
a{
    -webkit-transition:.5s;
    transition: .5s;
	text-decoration:none;
	color:var(--linkcolor);
}