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