From ec3ce40c6061001fec6c9dfaed6bcd02e60d51d6 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 17 Jul 2024 11:55:14 +0200 Subject: [PATCH] refining aside --- resources/css/pages/single-parcours.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; }