diff --git a/resources/assets/stylesheets/highcontrast.scss b/resources/assets/stylesheets/highcontrast.scss
index 849e082bc8cd28a4cebd8bbcf673015e9629db0a..a24c7aaae0f773a6c2b072cc4d5d4ff5c69127d6 100644
--- a/resources/assets/stylesheets/highcontrast.scss
+++ b/resources/assets/stylesheets/highcontrast.scss
@@ -376,7 +376,6 @@ article.studip > header h1 > img {
     filter: invert(100%);
 }
 
-
 article.new.toggle > header h1 > a::before {
     filter: unset !important;
 }
@@ -1444,3 +1443,7 @@ button.skiplink {
     }
 
 }
+
+.minor, .quiet {
+    color: $black;
+}