dailybruin / lux

Lux is a design system for the Daily Bruin.
https://lux.dailybruin.com
GNU General Public License v3.0
6 stars 5 forks source link

refactor main site link #189

Closed zeehang closed 5 years ago

zeehang commented 5 years ago

planned: mainsitearticleheader uses a ton of links with

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

zeehang commented 5 years ago

Fixed in #193