We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97556b6 commit bf0d4dfCopy full SHA for bf0d4df
site/src/Code/ErrorHighlighter.css.ts
@@ -2,7 +2,7 @@ import { style } from '@vanilla-extract/css';
2
import { vars } from '../themes.css';
3
4
export const errorUnderline = style({
5
- textDecoration: 'dashed',
+ textDecorationStyle: 'dashed',
6
textDecorationColor: vars.palette.red,
7
textDecorationThickness: '3px',
8
textDecorationLine: 'underline',
0 commit comments