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

Make navbar links crisp, not blurry #7

Open
acusti opened this issue Oct 2, 2012 · 1 comment
Open

Make navbar links crisp, not blurry #7

acusti opened this issue Oct 2, 2012 · 1 comment

Comments

@acusti
Copy link

acusti commented Oct 2, 2012

Links in the nav bar inherit a dark text-shadow from the bootstrap CSS. Now that the background has been overridden to be light, not dark, and the color has become a dark green, the text-shadow just makes the text look headache-inducingly blurry. I would have suggested a fix directly to style.css, but it looks to be unforkable.

In line 57 of themes/twitter/stylesheets/style.css, just add this line: text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.7); (or similar)

@plusjade
Copy link
Member

plusjade commented Oct 3, 2012

Thanks for the help, I'll try it out!

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