Colour tweaks

This commit is contained in:
JP Hastings-Spital 2023-07-21 16:13:44 +01:00
parent 3beb0f0362
commit ff832b25ab
2 changed files with 3 additions and 3 deletions

View file

@ -131,10 +131,10 @@ a[href^="https://web.archive.org/"] {
text-decoration: none;
}
main p a, main li a, nav a, .social a, section a, .accented {
main p a, main li a, nav a, .social a, section a, .accented, .banner-404 a {
&:hover {
color: var(--accent);
}
}
transition-property: color, filter;
transition-duration: .2s;

View file

@ -7,7 +7,7 @@
<h1>404</h1>
<p>{{ i18n "notFound" }}</p>
<p class="btn-404">
<a href="{{.Site.BaseURL}}"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg></a>
<a href="{{.Site.BaseURL | absURL}}"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg></a>
<a href="{{ "posts" | absLangURL }}"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-archive"><polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line></svg></a>
</p>
</div>