1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-04 11:56:37 -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

@ -12,10 +12,10 @@
flex-grow: 1;
width: 370px;
padding: 1.2em 1.2em 0.8em;
border: 1px solid var(--colors-kindaLight);
border: 1px solid var(--colors-kinda-light);
border-radius: 1em;
font-size: 0.9em;
color: var(--colors-mediumDark);
color: var(--colors-medium-dark);
}
.card .name {