Added underline text decoration for links in the content
dmundra opened this issue · 3 comments
mgifford commented
Yes, this isn't a best practice:
While this is:
https://design-system.service.gov.uk/get-started/focus-states/
Maybe we don't need to do as excellent a job as the GDS. Here are some ideas I proposed on Drupal.org about links https://www.drupal.org/project/bartik/issues/1993574
Also see:
mgifford commented
This is much, much better: a { color: inherit }
than what we have now, which is { color: inherit; text-decoration: none; }
@dmundra is this just a matter of adding it here https://github.com/CivicActions/guidebook/blob/master/assets/css/extra.css and overriding what is in main.css?