diff --git a/resources/css/pages/single-parcours.css b/resources/css/pages/single-parcours.css index 07af304..8dd4156 100644 --- a/resources/css/pages/single-parcours.css +++ b/resources/css/pages/single-parcours.css @@ -6,6 +6,17 @@ .single-editor-content { @apply py-4; } + aside a { + text-decoration: none !important; + @apply !font-normal; + &:hover { + @apply !bg-transparent; + } + &.active { + @apply !font-bold; + } + } + h1 { @apply text-4xl font-bold; }