forked from Deuxfleurs/site
Améliorer l'affordance des liens vers les services
This commit is contained in:
parent
a007d29a9f
commit
821f38c112
2 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,8 @@ section#liste_outils {
|
||||||
|
|
||||||
section#liste_outils > a > div > p {
|
section#liste_outils > a > div > p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-decoration: underline;
|
||||||
|
color: darkgreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
section#liste_outils > a {
|
section#liste_outils > a {
|
||||||
|
|
|
@ -271,4 +271,7 @@ pre.center > a {
|
||||||
div#ronce, #coop, #autonomie, #solidarite, #liberte, nav#menu, div#rennes, div#orsay {
|
div#ronce, #coop, #autonomie, #solidarite, #liberte, nav#menu, div#rennes, div#orsay {
|
||||||
border-color: var(--txt-night);
|
border-color: var(--txt-night);
|
||||||
}
|
}
|
||||||
|
section#liste_outils > a > div > p:nth-child(n){
|
||||||
|
color: var(--txt-night);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue