Quelques petites modifs de style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user