mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
fix diff lines highlighting
This commit is contained in:
parent
5589445557
commit
7f71fe9dae
3 changed files with 22 additions and 12 deletions
|
@ -665,6 +665,9 @@
|
|||
background-color: #d1ffd6 !important;
|
||||
border-color: #b4e2b4 !important;
|
||||
}
|
||||
td.selected-line, td.selected-line pre {
|
||||
background-color: #ffffdd !important;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
td, pre {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue