diff --git a/content/fr/awesome/index.njk b/content/fr/awesome/index.njk index f5d076de..f5c9beb9 100644 --- a/content/fr/awesome/index.njk +++ b/content/fr/awesome/index.njk @@ -5,7 +5,7 @@ layout: layouts/page.njk

Voici la liste des logiciels libres développés par des administrations et à fort potentiel de réutilisation.
- Vous pouvez en apprendre plus dans le dépôt dédié à cette liste et dans l'article de blog expliquant ce projet. + Vous pouvez en apprendre plus dans le dépôt dédié à cette liste et dans l'article de blog expliquant ce projet.

{% asyncAll filename, project in awesome.dist %} @@ -19,7 +19,7 @@ layout: layouts/page.njk url: project.logo, alt: "Logo du projet" }, - detail: 'Badge Awesome CodeGouvFr du projet' + detail: 'Badge Awesome CodeGouvFr du projet' } %} {% include "components/card.njk" %}
diff --git a/public/css/index.css b/public/css/index.css index 4d76539b..e258ea04 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -154,6 +154,14 @@ div.fr-callout__text p { content: none !important; } +.fr-link.link-no-style { + background-image: none; +} + +.fr-link.link-no-style:after { + content: none; +} + /* Custom */ .banner-primary { background: var(--background-alt-green-archipel);