From 6b50d31374661d373ecdd06cebf51c0a9a7f6d68 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 24 Jun 2025 15:21:45 +0200 Subject: [PATCH] STYLE Refining font size and transparency --- resources/css/components/footnotes-index.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/css/components/footnotes-index.css b/resources/css/components/footnotes-index.css index f73be2d..8feee0d 100644 --- a/resources/css/components/footnotes-index.css +++ b/resources/css/components/footnotes-index.css @@ -11,9 +11,15 @@ } } a { - @apply text-carhop-gray opacity-80; + @apply text-carhop-gray opacity-80 text-lg; + &[active='true'] { - @apply text-primary font-bold; + @apply text-carhop-green-700 font-semibold opacity-100; } } + + li, + a { + line-height: 1.3 !important; + } }