summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index 1aefe133..3dd2d08f 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -254,7 +254,7 @@ static void doLayout_GmDocument_(iGmDocument *d) {
254 /* Special formatting for the first paragraph (e.g., subtitle, introduction, or lede). */ 254 /* Special formatting for the first paragraph (e.g., subtitle, introduction, or lede). */
255 if (type == text_GmLineType && isFirstText) { 255 if (type == text_GmLineType && isFirstText) {
256 run.font = firstParagraph_FontId; 256 run.font = firstParagraph_FontId;
257 run.color = orange_ColorId; 257 run.color = gray88_ColorId;
258 isFirstText = iFalse; 258 isFirstText = iFalse;
259 } 259 }
260 else if (type != header1_GmLineType) { 260 else if (type != header1_GmLineType) {