Browse Source
Adjust color of letters in yellow glow
pull/68/head
Ezerous
5 years ago
No known key found for this signature in database
GPG Key ID: 262B2954BBA319E3
1 changed files with
8 additions and
0 deletions
-
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; |
|
|
|
} |
|
|
|