inveniosoftware / inveniosoftware.org

Sources of the http://inveniosoftware.org web site.
3 stars 48 forks source link

fix: button links focus text visibility #194

Closed ptamarit closed 3 months ago

ptamarit commented 4 months ago

:heart: Thank you for your contribution!

Description

Fixes #172

When the blue button-like link elements are focused, the rule .section-content-light-bg a:focus is setting the text to the same blue (#0377cd) as the background color (rule .goto-button a), making the text unreadable.

Adding the .goto-button a:focus to the existing rule already setting the text to white on hover and active fixes this problem.

Checklist

Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:

Frontend

Reminder

By using GitHub, you have already agreed to the GitHub’s Terms of Service including that:

  1. You license your contribution under the same terms as the current repository’s license.
  2. You agree that you have the right to license your contribution under the current repository’s license.
ptamarit commented 3 months ago

:heavy_check_mark: Just tested on https://inveniosoftware.org/ with the "See showcase gallery" and it's fixed.