Fastpages: Small code style in markdown lists

Hello, all.

I’ve made the following tweaks to font styles on my fastpages site:

.post-content p, .post-content li {
   font-size: 18px;     #<< slightly smaller
   color: #515151;
}

p code{
  font-size: 16px;      #<< slightly larger
}

This works well, except that code-formatted text in bulleted / numbered lists is still small. I can’t seem to figure out where to correct that.

This is all entirely new to me and I would be grateful if someone could point me in the right direction.

Dan

See customizing fastpages in the README. You will have to edit the CSS files yourself