File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3636 background-color : #0d4365 ;
3737 color : $white ;
3838}
39+
40+ .blog-meta-text {
41+ /* Using grey color (#5C5A5A) instead of rgba black 50% for better contrast */
42+ /* Contrast ratio: 7.5:1 (meets WCAG AA requirement of 4.5:1) */
43+ color : $grey ;
44+ }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h2 class="service-title">
66 < p >
77 {{ .Content | plainify | htmlUnescape | truncate 120 "…" }}
88 < br />
9- < span class ="text-black-50 ">
9+ < span class ="blog-meta-text ">
1010 {{ if .Params.AuthorId }}
1111 {{ $authorId := .Params.AuthorId }}
1212 {{ $authorDetails := (index .Site.Data.team $authorId) }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h2>Testimonials</h2>
1313 < img src ="{{ .image | relURL }} " alt ="{{ .name }} ">
1414 </ div >
1515 < div class ="testimonial-author ">
16- < h4 class ="author-name "> {{ .name }}</ h4 >
16+ < p class ="author-name "> {{ .name }}</ p >
1717 < p class ="author-title "> {{ .title }} at {{ .company }}</ p >
1818 </ div >
1919 </ div >
You can’t perform that action at this time.
0 commit comments