We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbdd79f + 69ba0ab commit d53fdb8Copy full SHA for d53fdb8
1 file changed
source/stylesheets/screen.css.scss
@@ -4,3 +4,12 @@
4
.technical-documentation .table-container td > code {
5
white-space: nowrap;
6
}
7
+
8
+// Temporarily override syntax highlighting to fix poor contrast for comments.
9
+.highlight .c,
10
+.highlight .cm,
11
+.highlight .cp,
12
+.highlight .c1,
13
+.highlight .cs { /* Comment.Special */
14
+ color: govuk-functional-colour(secondary-text);
15
+}
0 commit comments