diff --git a/static/css/home.css b/static/css/home.css index 14c753a..9053807 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -65,6 +65,8 @@ section#liste_outils { section#liste_outils > a > div > p { text-align: center; + text-decoration: underline; + color: darkgreen; } section#liste_outils > a { diff --git a/static/css/layout.css b/static/css/layout.css index f095a56..b6f62bb 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -270,4 +270,7 @@ pre.center > a { div#ronce, #coop, #autonomie, #solidarite, #liberte, nav#menu, div#rennes, div#orsay { border-color: var(--txt-night); } + section#liste_outils > a > div > p:nth-child(n){ + color: var(--txt-night); + } }