fixes menu bar being todark for gray theme

This commit is contained in:
Mark 2023-06-17 15:10:17 +01:00 committed by Alx Sa
parent 2065db7fe7
commit 45e91bd550
1 changed files with 5 additions and 0 deletions

View File

@ -372,6 +372,11 @@ border {
/* Top menu items */
/* give the menu bar a color, fix for the default color being too dark */
menubar {
background-color: @bg-color;
}
/* The top menu item itself: File, Edit ... */
menuitem menuitem {
color: @fg-color;