Open
#
alexjs
Here are 4 public repositories matching this topic...
A Contentful UI extension to check for insensitive writing
-
Updated
Aug 14, 2018 - HTML
Open
Style links
7
eevajonnapanula
commented
Oct 10, 2020
Is your feature request related to a problem? Please describe.
Currently the link styles on the page do not pass the contrast color ratio check. We also should not communicate links only with color.
Describe the solution you'd like
- Style the links to use bold font weight.
- Add
text-transform: underlinetext-decoration: underlineto the link without a state (such as hover etc
Improve this page
Add a description, image, and links to the alexjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the alexjs topic, visit your repo's landing page and select "manage topics."
This is a nice simple action, but it would be even better if one could control Alex's internal configuration, either by looking for an
.alexrcconfiguration file or passing the options directly, as thealex-recommendsaction does.