From 2579d324e5f5de392f105b65d4352ad6cd5e9b87 Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Wed, 28 Aug 2024 22:29:10 +0200 Subject: [PATCH] Links in the TOC are bold, and should stay bold --- assets/css/giellalt-site-global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/giellalt-site-global.css b/assets/css/giellalt-site-global.css index 1d06fdcb..d3719fb6 100644 --- a/assets/css/giellalt-site-global.css +++ b/assets/css/giellalt-site-global.css @@ -136,6 +136,10 @@ a:hover { font-weight: normal !important; } +header #left_toc a:hover { + font-weight: bold !important; +} + /* We want wider body text for large browser windows: */ body .wrapper { width: 900px ; } .wrapper section {