From d0f3453dfffdba0fcc0b2a11f6989bac8218b756 Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 5 Jun 2025 00:19:03 +0200 Subject: [PATCH] font size title soustitle --- web/themes/custom/eql/dist/assets/css/bundle.css | 5 ++++- .../eql/scss/partials/_node-type-ressource-teaser.scss | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 9ee05bd..493365e 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -6705,7 +6705,10 @@ article.node-type-ressource svg.ext { display: none; } 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 { 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 fe5c045..f7d2ef7 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 @@ -9,8 +9,11 @@ article.node-type-ressource{ display: none; } :visited { - color: $blue-light; + color: black; } + a{ + color: black; + } &.type-publications-issues-du-programme-eqld{ // background-color: $background-actus; min-width: 300px;