CivicActions/guidebook

Added underline text decoration for links in the content

dmundra opened this issue · 3 comments

Request from @mgifford

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?

Yup @mgifford that is the approach.