Как переходить цвет текста CSS CSS

nav a {
	transition: color 1s; /* For modern browsers */
}
Anthony Smith