### Description https://try.gitea.io/wxiaoguang/test/releases 1. Padding/Margin 2. Background color 
Activity
zeripath commentedon Mar 26, 2023
in comments the markup gets a border:
We could just add
gt-px-3 gt-py-3
to the class?I guess the question is how to ensure it looks ok in the non-arc-green theme
wxiaoguang commentedon Mar 27, 2023
I think it's caused by incorrect background color (introduced by https://github.com/go-gitea/gitea/pull/23578/files#r1149604909 )
Without the
background: var(--color-box-body);
or useinherit
, the UI looks fine.Fix markup background, improve wiki rendering (#23750)