fix: Fix Linkfarbei bei "Was geht ab?".

This commit is contained in:
muli 2023-06-06 21:52:04 +02:00
parent 4c1a6e71cf
commit 5492456e88
1 changed files with 6 additions and 3 deletions

View File

@ -931,20 +931,23 @@ hr.-even {
.content__box a,
.pagination__anchor,
.content__half_box a {
.content__half_box a,
.card__link p a {
color: var(--wtf-orange);
}
.content__box a:hover,
.pagination__anchor:hover,
.content__half_box a:hover {
.content__half_box a:hover,
.card__link p a:hover {
color: var(--wtf-light-blue);
}
.content__box a:visited,
.pagination__anchor:visited,
.content__half_box a:visited,
.pagination__anchor.-even:visited {
.pagination__anchor.-even:visited,
.card__link p a:visited {
color: var(--wtf-light-blue);
}