Quelques petites modifs de style

This commit is contained in:
2020-10-29 09:41:09 +01:00
parent 8d048923c8
commit 3e7afbe518
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
/* Global */
a {
color: black; !important;
}
#header a:hover {
color: rgba(177,194,90,1);
}
/* On occupe toute la largeur de l'écran */
.container {
width: 100%;
@@ -118,7 +130,7 @@ a:hover {
color: white;
}
.footer-container li a:hover {
color: gold;
color: rgba(177,194,90,0.5);
}
.copyright {
color: white;