Skip to content

Commit

Permalink
Fix safari style
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Jun 30, 2024
1 parent 263cec4 commit bb8e1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marker/modern.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit bb8e1fa

Please sign in to comment.