hurl/integration/report/html/report.css
2021-06-10 19:54:07 +02:00

28 lines
224 B
CSS

.date {
margin-bottom: 10px;
}
thead {
font-weight: bolder;
}
td {
padding: 3px 5px;
}
.summary {
padding: 10px;
}
.success, .success a {
color: green;
}
.failure, .failure a {
color: red;
}