From a47784e8f6b2f46cbb8a63a32ed94d7d5921bfb7 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 17 Jan 2019 10:33:39 +0100 Subject: Dark theme: Fix icons in 'More apps' menu Signed-off-by: Jan-Christoph Borchardt --- apps/accessibility/css/themedark.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/accessibility/css') diff --git a/apps/accessibility/css/themedark.scss b/apps/accessibility/css/themedark.scss index 5c40e33c80a..4c35cbce6f0 100644 --- a/apps/accessibility/css/themedark.scss +++ b/apps/accessibility/css/themedark.scss @@ -24,6 +24,8 @@ $color-border-dark: lighten($color-main-background, 14%); filter: invert(100%); } } + +#navigation #apps li a, #body-settings #content.app-settings .app-image-icon, #body-settings #content.app-settings #app-sidebar #app-details-view h2 { svg { -- cgit v1.2.3