Projet

Général

Profil

0001-vendee-cd85-fix-links-in-titles-65033.patch

Corentin Séchet, 09 mai 2022 16:59

Télécharger (726 octets)

Voir les différences:

Subject: [PATCH] vendee-cd85: fix links in titles (#65033)

 static/vendee-cd85/_custom.scss | 10 ++++++++++
 1 file changed, 10 insertions(+)
static/vendee-cd85/_custom.scss
200 200
	}
201 201
}
202 202

  
203
%title {
204
	a {
205
		color: $title-color;
206
		text-decoration: underline;
207
		&:hover {
208
			text-decoration: none;
209
		}
210
	}
211
}
212

  
203 213
#footer-wrapper {
204 214
	padding-top: 0;
205 215

  
206
-