Light mode: fix hover link-card text color

This commit is contained in:
mDuo13
2021-09-02 12:18:02 -07:00
parent b904586274
commit 1a33daf449
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -158,6 +158,11 @@ a, nav a {
}
}
a.card:hover, &:active, &.active {
// Don't turn link-card text purple on hover
color: $light-fg;
}
.landing-table tbody td {
color: $light-fg-muted;
}