11 lines
108 B
CSS
11 lines
108 B
CSS
table,
|
|
td {
|
|
border: 1px solid #333;
|
|
}
|
|
|
|
thead,
|
|
tfoot {
|
|
background-color: #1D4699;
|
|
color: #fff;
|
|
}
|