cinny/src/app/components/message/MessageJumpLink.css.ts
2025-09-12 09:49:27 -04:00

8 lines
165 B
TypeScript

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