Projet

Général

Profil

0001-grandlyon-glc-change-nav-links-color-to-have-more-co.patch

Serghei Mihai, 09 juin 2021 12:01

Télécharger (723 octets)

Voir les différences:

Subject: [PATCH] grandlyon-glc: change nav links color to have more contrast
 (#54696)

 static/grandlyon-glc/_custom.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/grandlyon-glc/_custom.scss
575 575
	display: none;
576 576
}
577 577

  
578
#nav-skip a {
579
	color: white;
580
}
581

  
578 582
/* a2 password widgets */
579 583
.helptext.a2-password-ok, .helptext.a2-password-nok {
580 584
	background: #d5eee0;
581
-