From b423a32073db5791fc760ed5cb0f96bfce249e22 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 30 Oct 2025 11:01:35 +0100 Subject: [PATCH] =?UTF-8?q?STYLE=20ajout=20de=20la=20classe=20audio-player?= =?UTF-8?q?=5F=5Fdetails=5F=5Fcaption=20avec=20des=20styles=20associ=C3=A9?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/css/blocks/audio-player.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/blocks/audio-player.css b/resources/css/blocks/audio-player.css index 024918c..8c049af 100644 --- a/resources/css/blocks/audio-player.css +++ b/resources/css/blocks/audio-player.css @@ -2,5 +2,8 @@ .audio-player__details__label { @apply text-sm text-gray-700 font-bold; } + .audio-player__details__caption { + @apply !text-base !text-carhop-gray !font-normal; + } @apply my-6; }