Améliorer l'affordance des liens vers les services
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Tixie 2024-06-07 14:15:40 +02:00
parent edb75a5e82
commit 63d179691b
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -70,6 +70,8 @@ section#liste_outils{
section#liste_outils > a > div > p{
text-align: center;
text-decoration: underline;
color: darkgreen;
}
section#liste_outils > a{

View file

@ -259,5 +259,8 @@ 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);
}
}