Skip to content

Commit 0c55506

Browse files
authored
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">
1 parent f8ab9da commit 0c55506

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/repo/wiki.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
.repository.wiki .wiki-content-parts .markup {
2323
border: 1px solid var(--color-secondary);
24+
border-radius: var(--border-radius);
2425
padding: 1em;
2526
margin-top: 1em;
2627
font-size: 1em;

0 commit comments

Comments
 (0)