Browse Source

Color contrast fixes

pull/61/merge
Ezerous 6 years ago
parent
commit
de01968fc7
  1. 17
      app/src/main/assets/style.css

17
app/src/main/assets/style.css

@ -521,3 +521,20 @@ img
.customSignature{ .customSignature{
background: #323232; background: #323232;
} }
[style="color: blue;"]
{
color: #3452fe !important;
}
[style="color: purple;"]
{
color: #a511a5 !important;
}
[style="color: maroon;"]
{
color: #a51111 !important;
}

Loading…
Cancel
Save