Closed
Description
Currently the links on the home page tiles have low contrast from the page text, which can be a usability and accessibility issue. Please update the link style to correct this issue. For example, please add the bold style to _index.html line 173:
a.text-light{
text-decoration: underline dotted paleturquoise;
font-weight: bold;
}