Social preview gradient from dark to light
This commit is contained in:
parent
144b6bc9da
commit
760bb2efeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue