mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +03:00
8 lines
165 B
TypeScript
8 lines
165 B
TypeScript
import { style } from '@vanilla-extract/css';
|
|
|
|
export const messageJumpLink = style({
|
|
':hover': {
|
|
cursor: 'pointer',
|
|
textDecoration: 'underline',
|
|
},
|
|
});
|