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;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#allCheckinsLink {
|
#allCheckinsLink,
|
||||||
|
#pastTripsList a {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
color: var(--dark, #020202);
|
color: var(--dark, #020202);
|
||||||
}
|
}
|
||||||
|
|
||||||
#allCheckinsLink:hover {
|
#allCheckinsLink:hover,
|
||||||
|
#pastTripsList a:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html itemscope itemtype="https://schema.org/WebSite" lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
<html itemscope itemtype="https://schema.org/WebSite" lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||||
@include('partials.head');
|
@include('partials.head')
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header class="page-header">
|
<header class="page-header">
|
||||||
|
|
Loading…
Reference in a new issue