Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c206194d authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

dark body msg

parent 88e68bfd
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -194,6 +194,7 @@
    --svg-color-third: #333333;
    --svg-opacity: 0.6;
    --svg-color-blue: #087BF9;
    --invertfilter:invert(0);
}

body.theme--dark {
@@ -339,10 +340,7 @@ body.theme--dark {
    --svg-color-third: rgba(255, 255, 255, 0.87);
    --svg-opacity: 0.74;
    --svg-color-blue: #087BF9;

    #rl-app  #messageItem table {
      filter: invert(1) !important;
    }
    --invertfilter:invert(1);
}


@@ -3912,3 +3910,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
    #rl-app .messageView .message-fixed-button-toolbar {
        top: 50px;
    }
    #rl-app #messageItem table {
        filter:var(--invertfilter);
    }