Skip to content

Commit

Permalink
site: Fix code editor text decoration style in Safari (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis authored Jan 23, 2025
1 parent 97556b6 commit bf0d4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/Code/ErrorHighlighter.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { style } from '@vanilla-extract/css';
import { vars } from '../themes.css';

export const errorUnderline = style({
textDecoration: 'dashed',
textDecorationStyle: 'dashed',
textDecorationColor: vars.palette.red,
textDecorationThickness: '3px',
textDecorationLine: 'underline',
Expand Down

0 comments on commit bf0d4df

Please sign in to comment.