Fix past trip links
This commit is contained in:
parent
1ea56eaa72
commit
5ecc34a046
2 changed files with 5 additions and 3 deletions
|
@ -44,12 +44,14 @@ details h2 {
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#allCheckinsLink {
|
||||
#allCheckinsLink,
|
||||
#pastTripsList a {
|
||||
opacity: 0.7;
|
||||
color: var(--dark, #020202);
|
||||
}
|
||||
|
||||
#allCheckinsLink:hover {
|
||||
#allCheckinsLink:hover,
|
||||
#pastTripsList a:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue