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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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;
} }

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 */ /* 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;