Skip to content

Commit

Permalink
fix: update landing gradients
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrtsky committed Jun 6, 2023
1 parent 0b1ce39 commit 9996874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .starters/default/content/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ backgroundImage: linear-gradient(transparent 75%, {docus.body.backgroundColor})
lg: radial-gradient(at 43% 53%, rgba(0,0,0, 1), rgba(255, 0, 0, 0) 85%)
gradient:
light:
initial: radial-gradient(circle at 40% 50%, {color.primary.400}, {color.secondary.400} 52%)
initial: radial-gradient(circle at 40% 50%, {color.primary.400}, {color.primary.400} 52%)
lg: conic-gradient({color.secondary.200} 0%, {color.secondary.200} 12%, {color.secondary.300} 22%, {color.secondary.500} 30%, {color.primary.300} 44%)
dark:
initial: radial-gradient(circle at 40% 50%, {color.primary.600}, {color.secondary.700} 52%)
lg: radial-gradient(circle at 44% 72%, {color.primary.600} 0%, {color.primary.700} 12%, {color.primary.800} 22%, {color.secondary.800} 40%, {color.secondary.900} 64%)
initial: radial-gradient(circle at 40% 50%, {color.primary.600}, {color.primary.700} 52%)
lg: radial-gradient(circle at 44% 72%, {color.primary.600} 0%, {color.primary.700} 12%, {color.primary.800} 22%)
noise: true
backgroundImage: linear-gradient(transparent 75%, {docus.body.backgroundColor})
afterBlendMode:
Expand Down

0 comments on commit 9996874

Please sign in to comment.