[camélianimes] mise en valeur de la page courante dans le menu
All checks were successful
camelia / deploy (push) Successful in 29s

This commit is contained in:
Esenjin 2024-11-13 11:45:51 +01:00
parent fcebe6c2b5
commit cc8d6dea41
5 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
<body>
<header>
<nav>
<a href="index.html">Accueil</a>
<a href="index.html" style="color: #7289da;">Accueil</a>
<a href="pages/infos.html">Informations</a>
<a href="pages/liste.html">Liste</a>
<a href="pages/calendrier.html">Calendrier</a>

View File

@ -19,7 +19,7 @@
<a href="../index.html">Accueil</a>
<a href="infos.html">Informations</a>
<a href="liste.html">Liste</a>
<a href="calendrier.html">Calendrier</a>
<a href="calendrier.html" style="color: #7289da;">Calendrier</a>
<a href="credits.html">Crédits</a>
</nav>
</header>

View File

@ -19,7 +19,7 @@
<a href="infos.html">Informations</a>
<a href="liste.html">Liste</a>
<a href="calendrier.html">Calendrier</a>
<a href="credits.html">Crédits</a>
<a href="credits.html" style="color: #7289da;">Crédits</a>
</nav>
</header>

View File

@ -16,7 +16,7 @@
<header>
<nav>
<a href="../index.html">Accueil</a>
<a href="infos.html">Informations</a>
<a href="infos.html" style="color: #7289da;">Informations</a>
<a href="liste.html">Liste</a>
<a href="calendrier.html">Calendrier</a>
<a href="credits.html">Crédits</a>

View File

@ -17,7 +17,7 @@
<nav>
<a href="../index.html">Accueil</a>
<a href="infos.html">Informations</a>
<a href="liste.html">Liste</a>
<a href="liste.html" style="color: #7289da;">Liste</a>
<a href="calendrier.html">Calendrier</a>
<a href="credits.html">Crédits</a>
</nav>