mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Light mode: fix hover link-card text color
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user