mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Merge pull request #2094 from nanoant/patch/less-pronounced-sha-labels
UI: Use more subtle grey SHA1 labels
This commit is contained in:
commit
1802d52362
4 changed files with 8 additions and 2 deletions
|
@ -2240,6 +2240,9 @@ footer .container .links > *:first-child {
|
|||
font-size: 13px;
|
||||
padding: 6px 40px 4px 35px;
|
||||
}
|
||||
.repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n) {
|
||||
background-color: rgba(0, 0, 0, 0.02) !important;
|
||||
}
|
||||
.repository .diff-detail-box {
|
||||
margin: 15px 0;
|
||||
line-height: 30px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue