import { style } from '@vanilla-extract/css'; export const messageJumpLink = style({ ':hover': { cursor: 'pointer', textDecoration: 'underline', }, });