mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Social preview gradient from dark to light
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user