From 8aa290aad88485e29444930fac9aaff76dc8b0e3 Mon Sep 17 00:00:00 2001 From: tiotrom Date: Mon, 21 Dec 2020 16:30:23 +0000 Subject: [PATCH] Update stylesheet.qss --- calamares/branding/manjaro/stylesheet.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calamares/branding/manjaro/stylesheet.qss b/calamares/branding/manjaro/stylesheet.qss index ad7c7e8..08da2a1 100644 --- a/calamares/branding/manjaro/stylesheet.qss +++ b/calamares/branding/manjaro/stylesheet.qss @@ -26,6 +26,6 @@ object names (ids), which you can find through debugging tools. QVBoxLayout { - background-color: pink; - color: pink; + background-color: #313338; + color: #313338; }