From d4815d39ca0cafaad0b5c75134efa736216a5549 Mon Sep 17 00:00:00 2001 From: jzitnik-dev Date: Tue, 10 Feb 2026 21:44:42 +0100 Subject: [PATCH] fix: Background color when not specified --- scrape/parse/v3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape/parse/v3.js b/scrape/parse/v3.js index 0426fa4..1180320 100644 --- a/scrape/parse/v3.js +++ b/scrape/parse/v3.js @@ -265,7 +265,7 @@ function parseLessonCell(cell, themeColors) { const backgroundColor = resolveCellColor(cell, themeColors); const foregroundColor = !backgroundColor ? undefined : ( - cell.font?.color?.argb === undefined ? undefined : `#${cell.font.color.argb}` + cell.font?.color?.argb === undefined ? "#FF000000" : `#${cell.font.color.argb}` ); return {