From 9495f5cd41ecafa4180ff55234f11d723bf95cdb Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Wed, 31 Jan 2024 18:16:44 +0100 Subject: [PATCH] chore(curriculum): emphasize first sidebar item --- client/src/curriculum/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/curriculum/index.scss b/client/src/curriculum/index.scss index e817d9ad0d68..db8bb1e0bd07 100644 --- a/client/src/curriculum/index.scss +++ b/client/src/curriculum/index.scss @@ -44,6 +44,11 @@ } .sidebar { + > ol:first-of-type > li:first-of-type { + font-size: var(--type-base-font-size-rem); + font-weight: bold; + } + li > em { background-color: var(--background-toc-active); border-left: 2px solid var(--category-color);