From 09c62d442ffcd5c49c2cbe1f823410e45fa91fb7 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Tue, 27 Jan 2026 15:03:17 +0100 Subject: [PATCH] fix(css): no default mix blend mode for hr, closes #3086 (#3093) --- apps/readest-app/src/utils/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index bdf12b07..af2c66f5 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -158,7 +158,7 @@ const getColorStyles = ( *:has(> hr.background-img):not(body) { background-color: ${bg}; } - hr { + hr.background-img { mix-blend-mode: multiply; } /* inline images */