lat9 / ZCA-Bootstrap-Template

A Bootstrap-4 template for Zen Cart versions 1.5.8 through 2.1.0. Forked from https://github.com/zcadditions/ZCA-Bootstrap-Template-for-1.5.6-v2.0.0c. See the demo site, below, for additional information.
https://zc158.vinosdefrutastropicales.com/zc158/index.php?main_page=index
GNU General Public License v3.0
4 stars 14 forks source link

Suggested: style links with underline #324

Closed scottcwilson closed 7 months ago

scottcwilson commented 8 months ago

Making this change takes a default installation from a Lighthouse score of 92 to 96.

Update includes/templates/bootstrap/css/stylesheet.css with

a {
   text-decoration: underline;
}
lat9 commented 8 months ago

Sounds good, but that change will be created in stylesheet_364.css as a browser cache-busting update. Otherwise, any browser cache of stylesheet.css won't have the change.

lat9 commented 8 months ago

For whatever reason, the changes I just pushed for this issue didn't 'attach'.