Fix bug : background color not set for head on small screens

This commit is contained in:
Dany wm DB 2023-05-07 18:07:04 +02:00 committed by sparkyx
parent 59b18a0398
commit 9919022955

View file

@ -136,7 +136,7 @@ class Noalyss_Appearance
echo <<<EOF
<style>
#dossier,#module {
#top,#dossier,#module {
color:{$folder_font};
background-color: {$folder};
}