Skip to content

Commit b4e2540

Browse files
committed
remove bold styling from C++ keywords
1 parent 398b5a2 commit b4e2540

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

antora-ui/src/css/cpp-highlight.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
* This replaces highlight.js's C++ highlighting for consistent styling
44
*/
55

6-
/* C++ Keywords - blue, bold */
6+
/* C++ Keywords - blue */
77
code.cpp-highlight .cpp-keyword,
88
.doc pre.highlight code.cpp-highlight .cpp-keyword {
99
color: #00f;
10-
font-weight: bold;
1110
}
1211

1312
/* C++ Strings - dark red */

0 commit comments

Comments
 (0)