hugo-paper icon indicating copy to clipboard operation
hugo-paper copied to clipboard

Inline code is not styled properly

Open mirhmousavi opened this issue 9 months ago • 0 comments

The inline code does not follow the style of block-level code

Screenshot from 2024-05-09 11-24-09

How it looks

Screenshot from 2024-05-09 11-07-49

Config

baseURL = "..."
languageCode = 'en-us'
title = '...'

[markup.highlight]
    linenos = true
    style = 'monokailight'

Great theme btw.

mirhmousavi avatar May 09 '24 09:05 mirhmousavi