diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index e8ff72e..9ee05bd 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -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; } diff --git a/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss b/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss index 7e2e4a3..fe5c045 100644 --- a/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss +++ b/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss @@ -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;