From ba42a8b269dfda0234b3c38cfd3230f21b6fc98f Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Tue, 30 Mar 2021 02:18:02 +0300 Subject: [PATCH] increase font size for menu and menuItems --- plugins/styled-bars/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/styled-bars/style.css b/plugins/styled-bars/style.css index 108bb2ca..f0d0c88b 100644 --- a/plugins/styled-bars/style.css +++ b/plugins/styled-bars/style.css @@ -1,3 +1,8 @@ +/* increase font size for menu and menuItems */ +.titlebar, .menubar-menu-container .action-label{ + font-size: 14px !important; +} + /* allow submenu's to show correctly */ .menubar-menu-container{ overflow-y: visible !important;