This commit is contained in:
armansansd
2023-01-11 16:04:02 +00:00
parent 83d69628f2
commit 7fc6124cd5
12 changed files with 191 additions and 2 deletions

View File

@@ -75,6 +75,16 @@ body{
}
}
}
&.programme-883{
#node\:title,.field_sous_titre,.field_intro{
color: $col-transition;
}
article{
h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
color: $col-transition;
}
}
}
}
}
@@ -218,6 +228,12 @@ i, em{
color: $col-met;
}
}
.programme-883{
background: $col-transition;
&:hover{
color: $col-transition;
}
}
}