1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 22:14:28 -04:00
Files
jarv.is/components/CodeInline/CodeInline.module.css
T
2025-03-14 12:51:18 -04:00

9 lines
212 B
CSS

.codeInline {
padding: 0.175em 0.3em;
font-size: 0.925em;
page-break-inside: avoid;
background-color: var(--colors-codeBackground);
border: 1px solid var(--colors-kindaLight);
border-radius: 0.6em;
}