Merge branch 'links-to-services-easier-to-catch' into preprod

This commit is contained in:
Tixie 2024-06-09 17:55:00 +02:00
commit 64826f0ef4
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -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 {

View file

@ -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);
}
}