mirror of
https://gitee.com/gitea/gitea
synced 2026-04-20 19:45:17 +08:00
Highlighting differences of lines in the diff view.
This commit is contained in:
@@ -1217,3 +1217,11 @@
|
||||
width: 100%!important;
|
||||
}
|
||||
}
|
||||
|
||||
.removed-code {
|
||||
background-color: #ff9999;
|
||||
}
|
||||
|
||||
.added-code {
|
||||
background-color: #99ff99;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user