diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index ef3d178a..c2235e9e 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -143,6 +143,8 @@ const getColorStyles = ( mix-blend-mode: ${isDarkMode ? 'screen' : 'multiply'}; } /* override inline hardcoded text color */ + font[color="#000000"], font[color="#000"], font[color="black"], + font[color="rgb(0,0,0)"], font[color="rgb(0, 0, 0)"], *[style*="color: rgb(0,0,0)"], *[style*="color: rgb(0, 0, 0)"], *[style*="color: #000"], *[style*="color: #000000"], *[style*="color: black"], *[style*="color:rgb(0,0,0)"], *[style*="color:rgb(0, 0, 0)"],