From 27e2b6791ea1bf9a69b0bf2f655e4d519759d62a Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Wed, 13 Mar 2024 18:06:56 +0000 Subject: [PATCH] feat: differentiate subheadings in sidebar --- src/styles/online.manchester.ac.uk.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/online.manchester.ac.uk.scss b/src/styles/online.manchester.ac.uk.scss index 9d1585c..4a1c186 100644 --- a/src/styles/online.manchester.ac.uk.scss +++ b/src/styles/online.manchester.ac.uk.scss @@ -143,6 +143,10 @@ p, strong, b, background: $header !important; color: $on-header !important; } +#courseMenuPalette .subhead h3 { + font-size: 0.8rem; + opacity: 0.9; +} .appTabs a { color: $on-header !important; padding: 0 1.2em;