mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-22 05:58:02 +02:00
fix css for same code
This commit is contained in:
@ -657,6 +657,11 @@
|
||||
background-color: #ffffdd !important;
|
||||
}
|
||||
}
|
||||
&.same-code {
|
||||
td.selected-line, td.selected-line pre {
|
||||
background-color: #ffffdd !important;
|
||||
}
|
||||
}
|
||||
&.del-code {
|
||||
td, pre {
|
||||
background-color: #ffe2dd !important;
|
||||
|
Reference in New Issue
Block a user