fix(css): no default mix blend mode for hr, closes #3086 (#3093)

This commit is contained in:
Huang Xin
2026-01-27 15:03:17 +01:00
committed by GitHub
parent d62ad60ce8
commit 09c62d442f
+1 -1
View File
@@ -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 */