Quelques petites modifs de style
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -24,7 +24,7 @@
|
||||
.figure img {
|
||||
width: 150px;
|
||||
border-radius: 5px;
|
||||
opacity: 0.25;
|
||||
opacity: 0.3;
|
||||
}
|
||||
.figure figcaption {
|
||||
margin-bottom: 10px;
|
||||
@@ -49,7 +49,7 @@
|
||||
}
|
||||
.subcategories-list > a {
|
||||
font-size: 0.95rem;
|
||||
/*font-family: "Raleway", sans-serif;*/
|
||||
font-family: "Raleway", sans-serif;
|
||||
color: black;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@@ -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