From f21a958ea092876463e448ad52ee7cb559d690fe Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 3 Jan 2023 23:05:36 +0100 Subject: [PATCH] Change color theme of the startup menu --- src/themes/antos_dark/afx-sys-panel.css | 2 +- src/themes/antos_light/afx-sys-panel.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/antos_dark/afx-sys-panel.css b/src/themes/antos_dark/afx-sys-panel.css index ae72a30..0da8272 100644 --- a/src/themes/antos_dark/afx-sys-panel.css +++ b/src/themes/antos_dark/afx-sys-panel.css @@ -6,7 +6,7 @@ afx-sys-panel > div{ afx-sys-panel .afx-panel-os-menu button { - background-color: #e7414d; + background-color: #5F548E; border-radius: 0; border: 0; } diff --git a/src/themes/antos_light/afx-sys-panel.css b/src/themes/antos_light/afx-sys-panel.css index 96275e9..231a26b 100644 --- a/src/themes/antos_light/afx-sys-panel.css +++ b/src/themes/antos_light/afx-sys-panel.css @@ -5,7 +5,7 @@ afx-sys-panel > div{ } afx-sys-panel .afx-panel-os-menu button { - background-color: #e7414d; + background-color: #5F548E; border-radius: 0; border: 0; color: white;