Skip to content

Commit

Permalink
fixing the gradient opacity for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 18, 2024
1 parent fe13c85 commit fa37977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
v-if="data"
class="NavDesktopDropdownContent bg-jpl-blue-darker bg-opacity-98 edu:bg-gradient-to-r edu:bg-transparent edu:from-black/[.98] edu:to-primary/[.98] edu:to-90% 3xl:px-0 px-4 py-10 text-white"
class="NavDesktopDropdownContent bg-jpl-blue-darker bg-opacity-98 edu:bg-gradient-to-r edu:bg-transparent edu:from-black/[.98] edu:to-jpl-violet/[.98] edu:to-90% 3xl:px-0 px-4 py-10 text-white"
>
<div
v-if="data.menuColumns"
Expand Down

0 comments on commit fa37977

Please sign in to comment.