Fix color of links in content tables

This commit is contained in:
Björn Fromme
2019-05-23 09:45:35 +02:00
parent f1b5a46f4d
commit 21d5669783
@@ -1,3 +1,10 @@
.table {
a,
a:hover {
color: inherit;
}
}
.dates-table, .pricetable {
> tbody > tr > th {
font-size: 14px;