diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index f50d03b7..7b0be422 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -144,7 +144,7 @@ const getColorStyles = ( ${overrideColor ? `background-color: ${bg} !important;` : ''} } a:any-link { - ${overrideColor ? `color: ${primary};` : isDarkMode ? `color: lightblue;` : ''} + ${overrideColor ? `color: ${primary} !important;` : isDarkMode ? `color: lightblue;` : ''} text-decoration: ${isEink ? 'underline' : 'none'}; } body.pbg {