From bb8e1fac7517e1c28af800935dfa54cfd4368570 Mon Sep 17 00:00:00 2001 From: Rustem Mussabekov Date: Sun, 30 Jun 2024 13:42:59 +0300 Subject: [PATCH] Fix safari style --- src/marker/modern.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/marker/modern.ts b/src/marker/modern.ts index 0eb8297..1bbba4d 100644 --- a/src/marker/modern.ts +++ b/src/marker/modern.ts @@ -41,7 +41,7 @@ export function apply(highlights: RaindropHighlight[]) { all: unset; background-color: color-mix(in srgb, ${colors.get(color!) || color || 'yellow'}, white 60%) !important; color: color-mix(in srgb, ${colors.get(color!) || color}, black 80%) !important; - ${note ? `text-decoration: underline wavy;` : ''} + ${note ? `text-decoration: underline wavy; -webkit-text-decoration: underline wavy;` : ''} text-decoration-thickness: from-font; }