aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility/css/themedark.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/accessibility/css/themedark.scss')
-rw-r--r--apps/accessibility/css/themedark.scss29
1 files changed, 24 insertions, 5 deletions
diff --git a/apps/accessibility/css/themedark.scss b/apps/accessibility/css/themedark.scss
index 73cb03d11d6..a827b3ef935 100644
--- a/apps/accessibility/css/themedark.scss
+++ b/apps/accessibility/css/themedark.scss
@@ -12,13 +12,32 @@ $color-text-lighter: darken($color-main-text, 20%);
$color-loading-light: #777;
$color-loading-dark: #ccc;
-$color-box-shadow: rgba(darken($color-main-background, 70%), .5);
+$color-box-shadow: rgba(darken($color-main-background, 70%), 0.5);
$color-border: lighten($color-main-background, 7%);
$color-border-dark: lighten($color-main-background, 14%);
-#app-navigation > ul > li > a:first-child img,
-#app-navigation > ul > li > ul > li > a:first-child img,
-#expanddiv a img {
+#app-navigation > ul > li > a:first-child,
+#app-navigation > ul > li > ul > li > a:first-child,
+#expanddiv a {
+ img {
+ filter: invert(100%);
+ }
+}
+.bubble,
+.app-navigation-entry-menu,
+.popovermenu {
+ li {
+ > button,
+ > a,
+ > .menuitem {
+ > img {
+ filter: invert(100%);
+ }
+ }
+ }
+}
+.federation-menu .icon-federation-menu {
filter: invert(100%);
-} \ No newline at end of file
+}
+