mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:26:38 -04:00
separate out inline code and code block components
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import Link, { CustomLinkProps } from "../components/Link";
|
||||
import { styled, keyframes, darkTheme } from "../lib/styles/stitches.config";
|
||||
import type * as Stitches from "@stitches/react";
|
||||
|
||||
const ColorfulLink = ({
|
||||
lightColor,
|
||||
@ -11,7 +10,6 @@ const ColorfulLink = ({
|
||||
}: CustomLinkProps & {
|
||||
lightColor: string;
|
||||
darkColor: string;
|
||||
css?: Stitches.CSS;
|
||||
fancy?: boolean;
|
||||
}) => {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user