Fix link colors in content tables

This commit is contained in:
Björn Fromme
2019-06-19 09:58:22 +02:00
parent 6bdd27360f
commit 9cc82a3cca
@@ -1,3 +1,10 @@
.table:not(.dates-table):not(.pricetable) {
a,
a:hover {
color: inherit;
}
}
.dates-table, .pricetable {
> tbody > tr > th {
font-size: 14px;