Essentiellement modifs CSS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user