File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -152,4 +152,19 @@ summary {
152152 font-weight : 500 ;
153153 font-size : 0.85rem ;
154154 line-height : 1.2rem ;
155+ }
156+
157+ .cta-body a {
158+ color : # 6046FF ;
159+ font-weight : 600 ; /* Slightly bolder to emphasize */
160+ text-decoration : underline; /* Underlined to indicate it's a link */
161+ }
162+
163+ .cta-body a : visited {
164+ color : # 4D38CC ; /* Slightly darker after visit */
165+ }
166+
167+ .cta-body a : hover ,
168+ .cta-body a : focus {
169+ color : # 8877f1 /* Lighter shade on hover/focus */
155170}
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ <h3 class="pt-4 pb-2 font-light text-base text-slate">On this page</h3>
8080 </ div >
8181 {{ end }}
8282 < div class ="cta-text main-copy flex-col justify-start items-start gap-2 inline-flex ">
83- < div class ="cta-body ">
83+ < div class ="cta-body a ">
8484 {{ index $recruitment "description" | markdownify }}
8585 </ div >
8686
You can’t perform that action at this time.
0 commit comments