diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index 31675bb1..007645cb 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -345,6 +345,12 @@ export const getFootnoteStyles = () => ` text-decoration: none; } + @media (prefers-color-scheme: dark) { + a:any-link, a:any-link * { + color: unset; + } + } + ol { margin: 0; padding: 0;