mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00: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