A little more Listed customization
November 16, 2022•107 words
My last post introduced a few new things.
For starters: Listed does code highlighting. It doesn't make the greatest color choices, though, in dark mode. I wonder if this is something I can contribute fixes for.
I also wanted to use keycaps in that post. For this, I added my first bit of custom CSS:
---
metatype: css
---
kbd {
border-style: outset;
padding: 0em 0.25em;
font-family: Roboto,sans-serif;
}
I based this on a little bit of fiddling in my browser's inspector, and also a hunch that I didn't actually have to copy-paste the entire wad of CSS in the support article.
I was right.