nanxiaobei / hugo-paper

🪺 A simple, clean, customizable Hugo theme
https://hugo-paper.vercel.app
MIT License
2.1k stars 484 forks source link

Inline code is not styled properly #226

Closed mirhmousavi closed 4 months ago

mirhmousavi commented 4 months ago

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.

nanxiaobei commented 4 months ago

hugo-paper uses https://github.com/tailwindlabs/tailwindcss-typography to style the content, it was designed to be that way by the control of tailwind