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; + } }