Skip to content
4 changes: 2 additions & 2 deletions sites/platform/config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ vendor:
link: https://upsun.com/register/
cta: Activate your 15-day trial
title: Try Upsun for 15 days
description: "After that, enjoy the same, game-changing Upsun features for less with the First Project Incentive!¹ A monthly $19 perk!"
fine: "¹Terms and conditions apply"
description: "After that, enjoy the same game-changing Upsun features for less with the [First Project Incentive](https://upsun.com/blog/first-project-incentive/)!¹ A monthly $19 perk!"
fine: "¹Terms and conditions apply. Only for Flexible Resource projects."
config:
version: 1
dir: .platform
Expand Down
2 changes: 1 addition & 1 deletion sites/upsun/config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ vendor:
link: https://upsun.com/register/
cta: Activate your 15-day trial
title: Try Upsun for 15 days
description: "After that, enjoy the same, game-changing Upsun features for less with the First Project Incentive!¹ A monthly $19 perk!"
description: "After that, enjoy the same game-changing Upsun features for less with the [First Project Incentive](https://upsun.com/blog/first-project-incentive/)!¹ A monthly $19 perk!"
fine: "¹Terms and conditions apply"
psh_ref: Upsun Fixed
config:
Expand Down
15 changes: 15 additions & 0 deletions themes/psh-docs/assets/css/vendor.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,19 @@ summary {
font-weight: 500;
font-size: 0.85rem;
line-height: 1.2rem;
}

.cta-body a {
color: #6046FF;
font-weight: 600; /* Slightly bolder to emphasize */
text-decoration: underline; /* Underlined to indicate it's a link */
}

.cta-body a:visited {
color: #4D38CC; /* Slightly darker after visit */
}

.cta-body a:hover,
.cta-body a:focus {
color: #8877f1 /* Lighter shade on hover/focus */
}
4 changes: 2 additions & 2 deletions themes/psh-docs/layouts/partials/page-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ <h3 class="pt-4 pb-2 font-light text-base text-slate">On this page</h3>
</div>
{{ end }}
<div class="cta-text main-copy flex-col justify-start items-start gap-2 inline-flex">
<div class="cta-body">
{{ index $recruitment "description"}}
<div class="cta-body a">
{{ index $recruitment "description" | markdownify }}
</div>

</div>
Expand Down
Loading