From d1a30c43c477ca2ffd6f13ccc6adc0e03da14b41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michaela=20Br=C3=BCckner?= <brueckner@data-quest.de>
Date: Thu, 7 Jul 2022 07:54:20 +0200
Subject: [PATCH] fix issue in spans with class minor, re #1287

---
 resources/assets/stylesheets/highcontrast.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/assets/stylesheets/highcontrast.scss b/resources/assets/stylesheets/highcontrast.scss
index b5fed757dde..849e082bc8c 100644
--- a/resources/assets/stylesheets/highcontrast.scss
+++ b/resources/assets/stylesheets/highcontrast.scss
@@ -348,7 +348,7 @@ form.default fieldset > legend {
 
 section.contentbox header h1,
 section.contentbox header h1 a,
-section.contentbox section span,
+section.contentbox section span:not(.minor),
 article.studip > header,
 article.studip > header h1,
 article.studip > header h1 > a,
-- 
GitLab