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 CSS of headings to distinguish them better #37

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

roryokane
Copy link

I found it very hard to tell different heading levels apart, especially h2s and h3s. I have changed their sizes and added a subtle line below h2s so that they are more distinguishable, but still readable and not too small.

Before

about:jisp before heading style changes

After

about:jisp after heading style changes

I found it very hard to tell different heading levels apart, especially `h2`s and `h3`s. I have changed their sizes and added a subtle line below `h2`s so that they are more distinguishable, but still readable and not too small.
@mitranim
Copy link
Owner

mitranim commented Sep 8, 2014

Thanks for taking notice. app.css is actually compiled from .less files, so you should edit those (run gulp to recompile). In Bootstrap, heading sizes are variables (see variables.less), so you should override them rather than use CSS selectors: this will ensure consistency. Check out the Bootstrap variables.less file, lines 52-57. Just put the overrides in app.less somewhere after the Bootstrap import.

Turned out I had incorrect setup instructions in the readme.md for this repo and a broken gulpfile for some reason, please pull an update.

I should apologise for the lack of updates lately, been working on a complete rewrite.

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

Successfully merging this pull request may close these issues.

2 participants