On rajoute la possibilité de ne pas afficher les images, dans les réglages du back-office.

This commit is contained in:
2020-10-27 12:47:32 +01:00
parent b05c8a04bd
commit f1393ced32
9 changed files with 302 additions and 107 deletions

View File

@@ -57,6 +57,10 @@ body {
-webkit-font-smoothing: antialiased;
}
a:hover {
color: rgba(177,194,90,1);
}
.breadcrumb {
margin-top: 10px;
text-align: center;
@@ -109,6 +113,9 @@ body {
.footer-container .block-contact, .footer-container li a, #footer > div.footer-container p {
color: white;
}
.footer-container li a:hover {
color: gold;
}
.copyright {
color: white;
}