diff --git a/src/lib/components/Navlink.svelte b/src/lib/components/Navlink.svelte index 20322faf5..a2e1e4712 100644 --- a/src/lib/components/Navlink.svelte +++ b/src/lib/components/Navlink.svelte @@ -39,7 +39,7 @@ font-weight: 700; color: var(--text); text-decoration: none; - font-size: 1.1rem; + font-size: 1.2rem; } a.first { diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index b17dd289b..fb7189798 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -6,7 +6,7 @@ import Toc from '$lib/components/Toc.svelte' import ExternalLink from '$lib/components/custom/a.svelte' import { deLocalizeHref } from '$lib/paraglide/runtime' - import '@fontsource/roboto-slab/300.css' + import '@fontsource/roboto-slab/400.css' import '@fontsource/roboto-slab/500.css' import '@fontsource/roboto-slab/700.css' import '@fontsource/saira-condensed/700.css' diff --git a/src/routes/footer.svelte b/src/routes/footer.svelte index 75b758f0d..e489e36b7 100644 --- a/src/routes/footer.svelte +++ b/src/routes/footer.svelte @@ -100,7 +100,7 @@ display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; - font-size: 0.8rem; + font-size: 0.9rem; padding-bottom: 1rem; margin-bottom: 1rem; } @@ -120,18 +120,34 @@ } .footer-links h2 { - font-size: 1rem; + font-size: 1.1rem; font-family: var(--font-heading); font-weight: 700; margin-bottom: 0rem; margin-top: 0; } + .footer-links :global(:not(h2)) { + opacity: 0.9; + } + + .footer-links :global(:not(h2):hover) { + opacity: 1; + } + + .footer-links :global(:not(h2)) { + opacity: 0.9; + } + + .footer-links :global(:not(h2):hover) { + opacity: 1; + } + :global(.c2a) { color: var(--text); text-transform: uppercase; text-decoration: none; - font-size: 1.1rem; + font-size: 1.2rem; font-family: var(--font-heading); font-weight: 700; text-align: left; diff --git a/src/routes/header.svelte b/src/routes/header.svelte index fac1422b0..059c56f36 100644 --- a/src/routes/header.svelte +++ b/src/routes/header.svelte @@ -55,7 +55,7 @@