From c2d75deab4ce0055ef6d83d585ba547d24002ec6 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Fri, 21 Feb 2025 17:07:27 +0100 Subject: [PATCH] fix: override font color from calibre (#422) --- apps/readest-app/src/utils/style.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index 07d2f439..7deb8624 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -201,6 +201,10 @@ const getLayoutStyles = ( .duokan-footnote-item { display: none; } + + .calibre { + color: unset; + } `; export const getFootnoteStyles = () => `