Make background color white, for merge diff table
This commit is contained in:
parent
4e7837baa9
commit
270b33de27
|
@ -40,7 +40,8 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
table {
|
||||
table.diff {
|
||||
background-color: White;
|
||||
border-collapse: collapse;
|
||||
border-left: 1px solid black;
|
||||
border-top: 1px solid black;
|
||||
|
|
Loading…
Reference in a new issue