Browse Source

Adjust color of letters in yellow glow

pull/68/head
Ezerous 5 years ago
parent
commit
540fda984d
No known key found for this signature in database GPG Key ID: 262B2954BBA319E3
  1. 8
      app/src/main/assets/style.css

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

@ -537,4 +537,12 @@ img
color: #a51111 !important;
}
span[style="background-color: yellow;"]
{
color: black !important;
}
[style="color: white;"] > span[style="background-color: yellow;"]
{
color: white !important;
}

Loading…
Cancel
Save