loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add border radius for wiki pages (#29937)

Before

<img width="1312" alt="image"
src="https://github.com/go-gitea/gitea/assets/81045/26a6dec2-9fea-4c0c-b6fb-290eab12a55a">

After

<img width="1298" alt="image"
src="https://github.com/go-gitea/gitea/assets/81045/01f7a714-eae9-4729-918f-3b4795094d0b">

(cherry picked from commit 0c55506b407731546c6bacd1442a785db68f55a7)

authored by

Lunny Xiao and committed by
Earl Warren
44bc7b99 196c8772

+1
+1
web_src/css/repo/wiki.css
··· 21 21 22 22 .repository.wiki .wiki-content-parts .markup { 23 23 border: 1px solid var(--color-secondary); 24 + border-radius: var(--border-radius); 24 25 padding: 1em; 25 26 margin-top: 1em; 26 27 font-size: 1em;