This commit is contained in:
armansansd
2021-11-25 16:13:40 +01:00
parent a96ff17ae7
commit 7bbad8d84b
5 changed files with 86 additions and 55 deletions

View File

@@ -10,7 +10,7 @@ body{
color: $col-1;
}
article{
h2,h3,h4,h5,h6,.field_titre{
h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
color: $col-1;
}
}
@@ -20,7 +20,7 @@ body{
color: $col-2;
}
article{
h2,h3,h4,h5,h6,.field_titre{
h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
color: $col-2;
}
}
@@ -30,7 +30,7 @@ body{
color: $col-eur;
}
article{
h2,h3,h4,h5,h6,.field_titre{
h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
color: $col-eur;
}
}
@@ -40,7 +40,7 @@ body{
color: $col-1;
}
article{
h2,h3,h4,h5,h6,.field_titre{
h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
color: $col-1;
}
}
@@ -50,7 +50,7 @@ body{
color: $col-mond;
}
article{
h2,h3,h4,h5,h6,.field_titre{
h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
color: $col-mond;
}
}
@@ -60,7 +60,7 @@ body{
color: $col-ter;
}
article{
h2,h3,h4,h5,h6,.field_titre{
h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
color: $col-ter;
}
}
@@ -70,7 +70,7 @@ body{
color: $col-met;
}
article{
h2,h3,h4,h5,h6,.field_titre{
h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
color: $col-met;
}
}