diff --git a/app/src/main/assets/style.css b/app/src/main/assets/style.css index 7415c141..f2b8c557 100644 --- a/app/src/main/assets/style.css +++ b/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; +}