sb / SmallBasicWebsite

New codebase for the Small Basic website (smallbasic.com)
MIT License
8 stars 4 forks source link

Fix color contrast issue with tutorial download link #74

Closed peterdur closed 5 years ago

peterdur commented 5 years ago

Fixes #72

The download link contained an H4 which was causing the link to be styled differently than other links. Since it doesn't make sense for a link to contain a header, removed the H4, and the link now looks like other links and there is no contrast issue on this page. (If there is an H4 on another page, that may exhibit the contrast issue, but that should be a separate issue/PR.)

Old appearance: image

New appearance: image