From b4da8d93322872171b36259d1c0e382dcfc5d19e Mon Sep 17 00:00:00 2001 From: RastaPopoulos <rastapopoulos@spip.org> Date: Fri, 19 Apr 2024 10:59:08 +0200 Subject: [PATCH] =?UTF-8?q?feat(4766):=20le=20texte=20racine=20plus=20fonc?= =?UTF-8?q?=C3=A9=20darkest=20pour=20=C3=AAtre=20s=C3=BBr=20du=20contraste?= =?UTF-8?q?=20sur=20toutes=20les=20couleurs=20(mais=20toujours=20dark=20da?= =?UTF-8?q?ns=20les=20sous-menus=20sur=20fond=20blanc)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prive/themes/spip/bando.css.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prive/themes/spip/bando.css.html b/prive/themes/spip/bando.css.html index c94d1d8cdf..7dadf40d8a 100644 --- a/prive/themes/spip/bando.css.html +++ b/prive/themes/spip/bando.css.html @@ -510,6 +510,9 @@ .bando-outils { color: var(--spip-color-gray-dark); } +.bando-outils .deroulant[data-racine] > .deroulant__item > .deroulant__lien { + color: var(--spip-color-gray-darkest); +} .bando-outils .picto { width: var(--spip-bando-outils-icon-size); height: auto; -- GitLab