Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the default link color to inherit. #356

Open
EminezArtus opened this issue May 23, 2017 · 1 comment
Open

Change the default link color to inherit. #356

EminezArtus opened this issue May 23, 2017 · 1 comment

Comments

@EminezArtus
Copy link

Hello. From my experience you can save a ton of time by settings "a {color:inherit;}" that way the body tells the child what color the links should be or the div the links are in, etc.

Right now you would have to do this:
<div style="color:#333">test <a href="#" style="color:#333">test</a></div>

But we could be doing:
<div style="color:#333">test <a href="#">test</a></div>

Just a thought! :)

@ntrupin
Copy link

ntrupin commented Aug 20, 2018

Links are meant to stand out and therefore should not inherit color from the parents.

While a good suggestion, a CSS framework should not have it standardized. As you showed, it is easily implementable on your own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants