Desarrollador de Software
Aplicar estilo en los estados hover y focus en CSS:
button { background-color: #00aced; } button:is(:hover, :focus) { background-color: #0074a1; }