From 667d3667e9456971c3dd4bd95039ba9bc1d98183 Mon Sep 17 00:00:00 2001 From: tiotrom Date: Mon, 21 Dec 2020 16:35:37 +0000 Subject: [PATCH] Update Presentation.qml --- calamares/qml/calamares/slideshow/Presentation.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/calamares/qml/calamares/slideshow/Presentation.qml b/calamares/qml/calamares/slideshow/Presentation.qml index 1d2fd9c..9dcf81d 100644 --- a/calamares/qml/calamares/slideshow/Presentation.qml +++ b/calamares/qml/calamares/slideshow/Presentation.qml @@ -76,9 +76,9 @@ Item { property bool keyShortcutsEnabled: true property color titleColor: textColor; - property color textColor: "black" - property string fontFamily: "Helvetica" - property string codeFontFamily: "Courier New" + property color textColor: "white" + property string fontFamily: "Ubuntu Condensed" + property string codeFontFamily: "Ubuntu Condensed" // This is set by the C++ part of Calamares when the slideshow // becomes visible. You can connect it to a timer, or whatever