diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_base.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_base.scss index df832129..4a2c3bc7 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_base.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_base.scss @@ -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; diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss index 861b2643..7f50c8c8 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss @@ -1,10 +1,3 @@ -.table:not(.dates-table):not(.pricetable) { - a, - a:hover { - color: inherit; - } -} - .dates-table, .pricetable { > tbody > tr > th { font-size: 14px;