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

Need to add an overwrite for link styling in your own css #113

Closed
welcomebrand opened this issue Mar 22, 2017 · 1 comment
Closed

Need to add an overwrite for link styling in your own css #113

welcomebrand opened this issue Mar 22, 2017 · 1 comment

Comments

@welcomebrand
Copy link

Tell us about the issue you are experiencing

Our own css uses background-image for link underlines and when I attach our css file to the library this applies it to all your library links too causing an un-needed underline on everything.

What behaviour would you expect?

No underlines from background-image styles. Just needs overwriting in your own css.

How can this issue be replicated?

In your own css (project, not astrum) you could add our website styling for links and should be able to replicate.
a { text-shadow: 3px 0 0 #fff, -3px 0 0 #fff; background-image: linear-gradient(to left, #4E514E, #4E514E); background-position: 0 97%; background-repeat: repeat-x; background-size: 1px 1px; text-decoration: none; color: #4E3D42; }

Screenshots / Screencast

capture

Your environment

Platform: Windows
OS Version: 10
Node Version:
NPM Version:
Astrum Version:

@RyanHavoc
Copy link
Member

@welcomebrand The current release\2.0.0 of Astrum has additional features to prevent style conflicts between Astrum and project styles. It's still in development but it should fix this issue.

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