Skip to content

Commit

Permalink
Tweak top landing gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Nov 19, 2024
1 parent dc27454 commit 7ca2bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/opsmaru_web/components/home_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ defmodule OpsmaruWeb.HomeComponents do
/>
</div>
<div class="slide-caption mt-12 mx-auto text-center bg-slate-100 w-fit px-8 py-4 rounded-full">
<h2 class="slide-title bg-gradient-to-br from-blue-400 from-[28%] via-purple-400 via-[70%] to-violet-600 font-semibold text-transparent bg-clip-text text-2xl">
<h2 class="slide-title bg-gradient-to-br from-blue-500 from-[28%] via-purple-400 via-[70%] to-violet-600 font-semibold text-transparent bg-clip-text text-2xl">
<%= slide.title %>
</h2>
<p class="text-slate-950 font-light text-md font-semibold">
Expand Down
2 changes: 1 addition & 1 deletion lib/opsmaru_web/live/home_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule OpsmaruWeb.HomeLive do
<div class="relative">
<div class={[
"absolute inset-2 bottom-0 rounded-4xl ring-1 ring-inset ring-slate-950/5",
"bg-[linear-gradient(115deg,var(--tw-gradient-stops))] from-cyan-300 from-[28%] via-purple-400 via-[70%] to-violet-600 sm:bg-[linear-gradient(145deg,var(--tw-gradient-stops))]"
"bg-[linear-gradient(115deg,var(--tw-gradient-stops))] from-cyan-400 from-[28%] via-purple-400 via-[70%] to-violet-600 sm:bg-[linear-gradient(145deg,var(--tw-gradient-stops))]"
]}>
</div>
<div class="relative px-6 lg:px-8">
Expand Down

0 comments on commit 7ca2bd5

Please sign in to comment.