Browse Source

Color contrast fixes

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

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

@ -520,4 +520,21 @@ 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