Skip to content

Commit

Permalink
Replaced dashed border with solid line for cta-box
Browse files Browse the repository at this point in the history
  • Loading branch information
rimutaka committed Dec 2, 2024
1 parent d880ae7 commit 60c8665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ footer a {

/* Call to action box shown to users without subs */
.cta-box {
@apply px-4 py-8 w-fit mx-auto border-2 rounded-md border-slate-300 border-dashed shadow-md md:shadow-lg;
@apply px-4 py-8 w-fit mx-auto border rounded-md border-gray-300 shadow-lg dark:shadow-neutral-600;
}

/* QUESTION FORM */
Expand Down

0 comments on commit 60c8665

Please sign in to comment.