|
|
@@ -3,12 +3,12 @@
|
|
|
table {
|
|
|
border-collapse: collapse;
|
|
|
border-spacing: 0;
|
|
|
- border-color: #000000;
|
|
|
+ border-color: hsl(0,0%,87%);
|
|
|
}
|
|
|
|
|
|
table, th, td {
|
|
|
padding: 5px;
|
|
|
- border: 1px inset #000000;
|
|
|
+ border: 1px inset hsl(0,0%,87%);
|
|
|
}
|
|
|
|
|
|
table th,
|
|
|
@@ -17,13 +17,12 @@
|
|
|
}
|
|
|
|
|
|
table th {
|
|
|
- background: #dadada;
|
|
|
- font-weight: normal;
|
|
|
+ background: hsl(0,0%,96%);
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
table thead th {
|
|
|
- color: #ffffff;
|
|
|
- background: #666666;
|
|
|
+ background: hsl(0,0%,90%);
|
|
|
}
|
|
|
</style>
|
|
|
|