Fix past trip links

This commit is contained in:
Ben Goldsworthy 2022-10-30 00:15:06 +00:00
parent 1ea56eaa72
commit 5ecc34a046
2 changed files with 5 additions and 3 deletions

View file

@ -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;
}

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html itemscope itemtype="https://schema.org/WebSite" lang="{{ str_replace('_', '-', app()->getLocale()) }}">
@include('partials.head');
@include('partials.head')
<body>
<header class="page-header">