From 9e642f6957fcda77262f2ef32ec8e05a64fb13f2 Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 4 Oct 2023 08:04:05 -0400 Subject: using hard-light instead of multiply for blend mode of web clippings to better handle white text --- src/client/views/nodes/WebBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index d4ba7a48f..c4458be75 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -1001,7 +1001,7 @@ export class WebBox extends ViewBoxAnnotatableComponent
{this.content} - {
{renderAnnotations(this.transparentFilter)}
} + {
{renderAnnotations(this.transparentFilter)}
} {renderAnnotations(this.opaqueFilter)} {this.annotationLayer}
-- cgit v1.2.3-70-g09d2