diff --git a/src/app.html b/src/app.html index 584000e..4393f4f 100644 --- a/src/app.html +++ b/src/app.html @@ -3,14 +3,21 @@ - + %sveltekit.head%
%sveltekit.body%
+ + diff --git a/src/layout/Footer/FooterHost.svelte b/src/layout/Footer/FooterHost.svelte index b9db0d4..9e60cd2 100644 --- a/src/layout/Footer/FooterHost.svelte +++ b/src/layout/Footer/FooterHost.svelte @@ -155,9 +155,7 @@ } a:hover { - text-decoration: underline; - text-decoration-style: wavy; - text-decoration-color: var(--accent-color-two); + text-decoration: underline var(--accent-color-two); color: var(--white); } diff --git a/src/layout/Navbar/NavHost.svelte b/src/layout/Navbar/NavHost.svelte index a26bba4..c67f252 100644 --- a/src/layout/Navbar/NavHost.svelte +++ b/src/layout/Navbar/NavHost.svelte @@ -134,6 +134,10 @@ diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 449faaa..12a6393 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -2,7 +2,6 @@ import { writable } from 'svelte/store'; // There might be a better place to put this, but I am not entirely sure... export const isRestoring = writable(false); - declare const telemetryInit: () => void; - + - - - - - + It's your choice - This site uses analytics to understand better how you use it. Opting in is - optional and won't impact your experience. + We use analytics to improve your experience on this site. By clicking "Allow", you allow us to + collect anonymous data about your visit. - - + + @@ -145,6 +110,5 @@ {:else} {/if} - diff --git a/src/routes/contributors/+page.svelte b/src/routes/contributors/+page.svelte index 3926970..4ba6603 100644 --- a/src/routes/contributors/+page.svelte +++ b/src/routes/contributors/+page.svelte @@ -83,9 +83,7 @@ } a:hover { - text-decoration: underline; - text-decoration-style: wavy; - text-decoration-color: var(--grey-four); + text-decoration: underline var(--grey-four); } a:hover::after { diff --git a/src/routes/contributors/ContributorPerson.svelte b/src/routes/contributors/ContributorPerson.svelte index 5da40d4..771c081 100644 --- a/src/routes/contributors/ContributorPerson.svelte +++ b/src/routes/contributors/ContributorPerson.svelte @@ -26,9 +26,8 @@ } a:hover { - text-decoration: underline; - text-decoration-style: wavy; - text-decoration-color: var(--accent-color); + background: var(--grey-one); + text-decoration: underline var(--accent-color); color: var(--white); } diff --git a/src/routes/contributors/ContributorSection.svelte b/src/routes/contributors/ContributorSection.svelte index fc35355..f915f7a 100644 --- a/src/routes/contributors/ContributorSection.svelte +++ b/src/routes/contributors/ContributorSection.svelte @@ -43,7 +43,7 @@ {/if} -