Background white PDFS

This commit is contained in:
Jonathan 2023-03-15 16:35:49 +01:00
parent ac3816709c
commit 9a21c40780
1 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,10 @@
* ============================================================================
*/
body {
background-color: white !important;
}
table.header_table {
width: 100%;
}
@ -211,3 +215,7 @@ table tbody td.cellBorder1 {
table tbody td.cellBig {
font-size: 18px;
}
table.info_table > tbody > tr:nth-child(even) {
background-color: #e5e9ed !important;
}