Projet

Général

Profil

0001-a11y-increase-contrast-of-empty-stars-40868.patch

Frédéric Péters, 03 août 2020 16:37

Télécharger (754 octets)

Voir les différences:

Subject: [PATCH] a11y: increase contrast of empty stars (#40868)

 static/includes/_misc.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_misc.scss
735 735
			border: none;
736 736
			font-family: FontAwesome;
737 737
			content: "\f006";  // star-o
738
			color: #888;
738
			color: #776;
739 739
			font-size: 22px;
740 740
			display: inline-block;
741 741
			transition: transform ease 0.2s;
742
-