1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:46:39 -04:00

switch to shiki for syntax highlighting

This commit is contained in:
2025-03-15 21:19:57 -04:00
parent bc65285c08
commit 7c4144a1e7
32 changed files with 577 additions and 482 deletions

View File

@ -23,7 +23,7 @@ body:has(.wackyWrapper) a {
width: 100%;
display: block;
margin: 0.6em 0;
border: 2px solid var(--colors-kindaLight);
border: 2px solid var(--colors-kinda-light);
}
.screenshot,

View File

@ -1,7 +1,6 @@
import PageTitle from "../../components/PageTitle";
import Link from "../../components/Link";
import Figure from "../../components/Figure";
import CodeInline from "../../components/CodeInline";
import HorizontalRule from "../../components/HorizontalRule";
import { addMetadata } from "../../lib/helpers/metadata";
@ -50,14 +49,14 @@ const Page = () => {
<p style={{ textAlign: "center", margin: "0.5em 0" }}>
🚨 Trigger warning: excessive marquees, animated GIFs, Comic Sans, popups,{" "}
<CodeInline
<code
style={{
fontSize: "0.8em",
fontSize: "0.9em",
fontWeight: 400,
}}
>
color: <span style={{ color: "#32cd32" }}>limegreen</span>
</CodeInline>{" "}
</code>{" "}
ahead...
</p>