diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index 5295a50d..09f24f75 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -227,6 +227,10 @@ const getColorStyles = ( border-color: unset; background-color: ${bg} !important; } + .calibre { + color: unset; + background-color: unset; + } `; return colorStyles; }; @@ -392,10 +396,6 @@ const getLayoutStyles = ( display: none; } - .calibre { - color: unset; - } - div:has(> img, > svg) { max-width: 100% !important; }