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 {
|
.figure img {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
opacity: 0.25;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
.figure figcaption {
|
.figure figcaption {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
}
|
}
|
||||||
.subcategories-list > a {
|
.subcategories-list > a {
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
/*font-family: "Raleway", sans-serif;*/
|
font-family: "Raleway", sans-serif;
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: normal;
|
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 */
|
/* On occupe toute la largeur de l'écran */
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -118,7 +130,7 @@ a:hover {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.footer-container li a:hover {
|
.footer-container li a:hover {
|
||||||
color: gold;
|
color: rgba(177,194,90,0.5);
|
||||||
}
|
}
|
||||||
.copyright {
|
.copyright {
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
Reference in New Issue
Block a user