Projet

Général

Profil

0001-style-use-white-for-links-in-highlighted-cells-28740.patch

Frédéric Péters, 07 décembre 2018 10:45

Télécharger (759 octets)

Voir les différences:

Subject: [PATCH] style: use white for links in highlighted cells (#28740)

 gadjo/static/css/_portal.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
gadjo/static/css/_portal.scss
24 24
		&.highlight {
25 25
			background: linear-gradient(to right, $primary-color 30%, $secondary-color 100%);
26 26
			color: white;
27
			h2 {
27
			h2, a {
28 28
				color: white;
29 29
			}
30 30
		}
31
-