From 852d16daf374ffc59dff871f98028cbe080ee67d Mon Sep 17 00:00:00 2001 From: chrox Date: Wed, 11 Dec 2024 22:10:27 +0100 Subject: [PATCH] Fix body element color --- apps/readest-app/src/utils/style.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index 5e691982..bdd87e82 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -109,7 +109,6 @@ const getLayoutStyles = ( zoom: ${zoomLevel}%; } body *:not(#b1):not(#b1 *):not(#b2):not(#b2 *):not(.bg):not(.bg *):not(.vol):not(.vol *):not(.background):not(.background *) { - color: inherit; border-color: currentColor !important; ${bg === '#ffffff' ? '' : `background-color: ${bg} !important;`} }