mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-06 10:19:11 +01:00
fix styles
This commit is contained in:
parent
5fe2b2157a
commit
c593578a55
2 changed files with 10 additions and 1 deletions
|
@ -563,6 +563,15 @@ html, body {
|
|||
padding: 9px 20px;
|
||||
}
|
||||
|
||||
.info-box .info-head {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.info-box .info-content a,
|
||||
.info-box .info-head a {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.file-list {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
.markdown > pre {
|
||||
line-height: 1.6;
|
||||
overflow: auto;
|
||||
background: #fff;
|
||||
background: #f8f8f8;
|
||||
padding: 6px 10px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue