This commit is contained in:
armansansd
2023-03-01 12:23:58 +00:00
parent eb4b666d16
commit 9ac8ab8541
10 changed files with 149 additions and 2 deletions

View File

@@ -85,6 +85,16 @@ body{
}
}
}
&.programme-878{
#node\:title,.field_sous_titre,.field_intro{
color: $col-exode;
}
article{
h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
color: $col-exode;
}
}
}
}
}
@@ -234,6 +244,12 @@ i, em{
color: $col-transition;
}
}
.programme-878{
background: $col-exode;
&:hover{
color: $col-exode;
}
}
}

View File

@@ -12,6 +12,7 @@ $col-ter: #e01a35;
$col-2: #4dabc1; //popsu 1 : programme 2 ?
$col-1: #61ab32;
$col-transition:#2aa088;
$col-exode:$col-ter;
$bck-col: #eff2f9;
$lightblue: #98d0d9;