Social preview gradient from dark to light

This commit is contained in:
Jade Ellis 2024-07-24 13:09:46 +01:00
parent 144b6bc9da
commit 760bb2efeb
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -89,7 +89,7 @@ export async function GET({ url }) {
children: SITE_DOMAIN
}), h("div", {
style: {
backgroundImage: 'linear-gradient(90deg, rgb(22, 61, 120), rgb(30, 42, 85))',
backgroundImage: 'linear-gradient(90deg, rgb(30, 42, 85), rgb(22, 61, 120))',
backgroundClip: 'text',
'-webkit-background-clip': 'text',
color: 'transparent'