import { css } from "@emotion/css"; export const linkReset = css` color: inherit; text-decoration: none; &:visited { color: inherit; } `;