A little more Listed customization

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.


You'll only receive email when they publish something new.

More from Mattie B
All posts