Fix and streamline color of links in tables

This commit is contained in:
Björn Fromme
2019-07-03 09:13:33 +02:00
parent 47ffc1f225
commit 058b3eb7e5
2 changed files with 2 additions and 9 deletions
@@ -140,8 +140,8 @@ img.lazyloading {
}
}
// Avoid inlegible links in striped tables
.pricetable a:not(.button) {
// Avoid non legible links in striped tables
.table-striped a:not(.button) {
color: $bg_second;
&.btn {
color: white;
@@ -1,10 +1,3 @@
.table:not(.dates-table):not(.pricetable) {
a,
a:hover {
color: inherit;
}
}
.dates-table, .pricetable {
> tbody > tr > th {
font-size: 14px;