mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Fix #491
This commit is contained in:
parent
01e69af2c8
commit
196efecaaa
8 changed files with 30 additions and 36 deletions
|
@ -26,7 +26,13 @@
|
|||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
> pre {
|
||||
code {
|
||||
padding: 0.2em 0.5em;
|
||||
margin: 0;
|
||||
background-color: rgba(0,0,0,0.04);
|
||||
border-radius: 3px;
|
||||
}
|
||||
>pre {
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
overflow: auto;
|
||||
|
@ -35,6 +41,10 @@
|
|||
margin: 5px 0;
|
||||
padding: 10px;
|
||||
background-color: #f8f8f8;
|
||||
code {
|
||||
padding: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
img {
|
||||
padding: 10px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue