diff --git a/resources/css/pages/single-parcours.css b/resources/css/pages/single-parcours.css index 46d23f4..a14c7a6 100644 --- a/resources/css/pages/single-parcours.css +++ b/resources/css/pages/single-parcours.css @@ -7,7 +7,6 @@ @apply py-4; } aside a { - @apply !block; text-decoration: none !important; @apply !font-normal !text-black; transition: all 0.1 !important; @@ -59,21 +58,21 @@ @apply sticky top-0; } .parcours-other-steps-suggestion { - @apply !font-bold; + @apply !font-bold flex; } } - -.current-steps-index { - @apply !static; -} - .current-steps-index { @apply chapter_index; + + @apply !static; .chapter_index__list { @apply !relative; } .chapter_index__link { @apply !static; + a { + @apply !block; + } } .chapter_index__title { @apply my-0;