font size title soustitle

This commit is contained in:
2025-06-05 00:19:03 +02:00
parent b4ba92405a
commit d0f3453dff
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -6705,7 +6705,10 @@ article.node-type-ressource svg.ext {
display: none; display: none;
} }
article.node-type-ressource :visited { article.node-type-ressource :visited {
color: rgb(0, 158, 227); color: black;
}
article.node-type-ressource a {
color: black;
} }
article.node-type-ressource.type-publications-issues-du-programme-eqld { article.node-type-ressource.type-publications-issues-du-programme-eqld {
min-width: 300px; min-width: 300px;
@@ -9,8 +9,11 @@ article.node-type-ressource{
display: none; display: none;
} }
:visited { :visited {
color: $blue-light; color: black;
} }
a{
color: black;
}
&.type-publications-issues-du-programme-eqld{ &.type-publications-issues-du-programme-eqld{
// background-color: $background-actus; // background-color: $background-actus;
min-width: 300px; min-width: 300px;