Change color theme of the startup menu

This commit is contained in:
DanyLE 2023-01-03 23:05:36 +01:00 committed by Dany LE
parent 81d13c1601
commit f21a958ea0
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ afx-sys-panel > div{
afx-sys-panel .afx-panel-os-menu button afx-sys-panel .afx-panel-os-menu button
{ {
background-color: #e7414d; background-color: #5F548E;
border-radius: 0; border-radius: 0;
border: 0; border: 0;
} }

View File

@ -5,7 +5,7 @@ afx-sys-panel > div{
} }
afx-sys-panel .afx-panel-os-menu button afx-sys-panel .afx-panel-os-menu button
{ {
background-color: #e7414d; background-color: #5F548E;
border-radius: 0; border-radius: 0;
border: 0; border: 0;
color: white; color: white;