Fix color of links in tables

This commit is contained in:
Björn Fromme
2019-06-06 17:56:37 +02:00
parent b667c05eb8
commit f08f19f25a
@@ -1,3 +1,10 @@
.table {
a,
a:hover {
color: inherit;
}
}
.dates-table, .pricetable {
> tbody > tr > th {
font-size: 14px;