Fix background color for diff tables
This commit is contained in:
parent
85bdefc25b
commit
83751f7c9e
|
@ -10,6 +10,7 @@
|
|||
<style type="text/css">
|
||||
|
||||
table {
|
||||
background-color: White;
|
||||
border-collapse: collapse;
|
||||
border-left: 1px solid black;
|
||||
border-top: 1px solid black;
|
||||
|
|
Loading…
Reference in a new issue