Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MEJORA] Cambiar los colores de los botones. Sección Comunidad #84

Open
thegreatyamori opened this issue Mar 16, 2021 · 0 comments · May be fixed by #99
Open

[MEJORA] Cambiar los colores de los botones. Sección Comunidad #84

thegreatyamori opened this issue Mar 16, 2021 · 0 comments · May be fixed by #99
Labels
enhancement New feature or request

Comments

@thegreatyamori
Copy link
Contributor

thegreatyamori commented Mar 16, 2021

Tarea a realizar
En página Home, en la sección Comunidad actualmente hay tres botones:

  • Conocer a la comunidad
  • Como ayudar?
  • Código de Conducta

La mejora a realizar consiste en cambiar la presentación colorista de los mismos. Tanto los estilos base como los estilos en hover de cada botón.

¿Por qué se realizará?
El color amarillo no permite visualizar con claridad el titulo de cada botón. En pantallas con brillo alto o intensidad muy fuerte no se visualizará con claridad.

Recomendaciones
Actualmente los botones se ven así.
image
La sugerencia consiste en aplicar colores más oscuros en los estilos base del botón y mantener el color sólido del titulo en hover.
chrome-capture
Para aplicar esta mejora del código css en src\components\UI\button\button.module.css. Se deben reescribir los estilos predeterminados del core css.

.button--secondary {
    color: #f7e018;
    background-color: transparent;
    border-color: #f7e018;
}

.button--secondary:hover {
    color: #737373;
    background-color: #f7e018;
    border-color: #f7e018;
}
@thegreatyamori thegreatyamori added the enhancement New feature or request label Mar 16, 2021
@thegreatyamori thegreatyamori changed the title [MEJORA] [MEJORA] Cambiar los colores de los botones. Sección Comunidad Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant