From 4eb390d0b10c3fac40ec2a1367d9188ed81509ec Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 24 Oct 2024 20:07:39 +0200 Subject: [PATCH] unlighthouse change + accessibility --- package.json | 2 +- src/components/fgotaHero.astro | 2 +- unlighthouse.config.ts | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4e787a0..0fe97da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.33", + "version": "0.2.0-pre.34", "private": true, "scripts": { "dev": "astro dev", diff --git a/src/components/fgotaHero.astro b/src/components/fgotaHero.astro index 3d2d666..449904e 100644 --- a/src/components/fgotaHero.astro +++ b/src/components/fgotaHero.astro @@ -38,7 +38,7 @@ const display = fadeout ? "": "display: none" margin: 1rem 0px 0px; padding: 0.5rem 0.75rem; text-decoration: none; - background-color: var(--c-secondary-background); + background: radial-gradient(var(--c-primary-background), var(--c-secondary-background)) ; border-radius: 10px; border: 2px var(--c-accent-1) solid; } diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index d7ad20d..6f7d007 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -24,8 +24,7 @@ export default { buildStatic: true, }, scanner: { - sitemap: false, - crawler: true, + sitemap: true, dynamicSampling: false, samples: 3, },