Essentiellement modifs CSS

This commit is contained in:
2023-12-13 17:16:15 +01:00
parent d9cd173a1e
commit 98d916c535
3 changed files with 21 additions and 5 deletions

View File

@@ -44,6 +44,18 @@ ul > li > a {
color: #ff8585;
}
.tableau ul:nth-child(odd) a.btn {
background-color: red;
border-color: red;
color: white;
}
.tableau ul:nth-child(even) a.btn {
background-color: white;
border-color: red;
color: red;
}
img {
height: 80px !important;
transition: transform .1s;