correction pour l'utilisation des mots-clefs, liste articles et

pagination
This commit is contained in:
chankalan 2024-03-28 17:55:13 +01:00
parent ebf06d3ab8
commit f7f13dd317
1 changed files with 4 additions and 2 deletions

View File

@ -301,7 +301,9 @@ html .formulaire_spip input[type="text"] {
}
.article__interactivite {
> div {
@include flex;
@include media($bp-small-up){
@include flex;
}
> a {
margin-left:1rem;
}
@ -1229,7 +1231,7 @@ a:hover .fab, a:hover .fas {
.pagination {
.pagination-items a, .pagination-items span, .lien_pagination a /* spip 3 et 4 */ {
color: white;
.composition_blog & {
.composition_blog &, .page_content aside & {
color:$couleurPrincipale;
}
}