color a : visited

This commit is contained in:
2025-06-05 00:17:49 +02:00
parent de0d122ca4
commit b4ba92405a
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -6704,6 +6704,9 @@ article.node-type-ressource .ext {
article.node-type-ressource svg.ext {
display: none;
}
article.node-type-ressource :visited {
color: rgb(0, 158, 227);
}
article.node-type-ressource.type-publications-issues-du-programme-eqld {
min-width: 300px;
}
@@ -8,6 +8,9 @@ article.node-type-ressource{
svg.ext{
display: none;
}
:visited {
color: $blue-light;
}
&.type-publications-issues-du-programme-eqld{
// background-color: $background-actus;
min-width: 300px;