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

View File

@@ -10,7 +10,8 @@ $col-eur: #646578;
$col-mond: #ab9569;
$col-ter: #e01a35;
$col-2: #4dabc1; //popsu 1 : programme 2 ?
$col-1: #61ab32;
$col-1: #61ab32;
$col-transition:#2aa088;
$bck-col: #eff2f9;
$lightblue: #98d0d9;