Closed zeehang closed 5 years ago
planned: mainsitearticleheader uses a ton of links with
mainsitearticleheader
text-decoration: none; color: ${dailyBruinBlue}; :hover { opacity: 0.75; }
We can refactor this into a MainSiteLink component - because link behavior and appearance in body text should be consistent across the entire site to promote good UX
MainSiteLink
Fixed in #193
planned:
mainsitearticleheader
uses a ton of links withWe can refactor this into a
MainSiteLink
component - because link behavior and appearance in body text should be consistent across the entire site to promote good UX