remove old stylesheet from base template and tweak footer links

This commit is contained in:
Joseph Montanaro 2023-12-20 10:38:01 -08:00
parent a6735c45f4
commit 9a85bef2be
2 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,6 @@
<meta charset="utf-8" />
<link rel="preload" href="/Tajawal-Regular.woff2" as="font" type="font/woff2" />
<link rel="preload" href="/Baskerville-Regular.woff2" as="font" type="font/woff2" />
<!-- <link rel="stylesheet" href="/style.css" /> -->
<link rel="alternate" type="application/atom+xml" href="/feed">
<meta name="viewport" content="width=device-width" />
%sveltekit.head%

View File

@ -66,9 +66,9 @@
}
.footer a {
display: flex;
/*display: flex;
align-items: center;
gap: 0.45em;
gap: 0.45em;*/
font-size: 1rem;
color: var(--content-color-faded);
@ -85,6 +85,8 @@
.footer svg {
width: 1em;
display: inline;
vertical-align: top;
transition: 150ms;
}
@ -136,7 +138,7 @@
{#if next}
<!-- we use margin-left rather than justify-content so it works regardless of whether the "previous" link exists -->
<a href="/{next}" class="next" style="margin-left: auto;" data-sveltekit-preload-data="hover">
Next
<span style:vertical-align={'center'}>Next</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3" />
</svg>