WIP: Renommer Wiki pour Guide dans la navigation #39

Draft
tixie wants to merge 15 commits from tixie/deuxfleurs-website:label-wiki-to-guide into main
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 274bbef305 - Show all commits

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

@ -271,4 +271,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);
}
}