diff --git a/Paper/gtk-3.0/widgets/menus.css b/Paper/gtk-3.0/widgets/menus.css index 165ce36..28fc640 100644 --- a/Paper/gtk-3.0/widgets/menus.css +++ b/Paper/gtk-3.0/widgets/menus.css @@ -51,7 +51,7 @@ .content-view .menu .menuitem:active, .content-view .menu .menuitem:hover { background-color: @selection; - color: @text; + color: @selection_foreground; } /* Menu Item */ @@ -158,6 +158,10 @@ color: @text; } +.menuitem:hover GtkLabel { + color: @selection_foreground; +} + /* Menu Text */ .menuitem GtkLabel:insensitive { color: @insensitive_text;