Burger menu is golden, sections should instead be golden
bee-san opened this issue · 4 comments
bee-san commented
Caused by a CSS issue in pull request #9
the exact code is:
#navigation-bar {
color: #f7b733;
}
This makes the burger menu golden
Also the text is blue, it should be golden.
This seems like a simple CSS bug. I'm writing this as an issue so someone new to GitHub can fix it easily.
Thepnathi commented
Yeah good idea. I will leave it to them.
MJHarding commented
Seems to me like Stylesheet ordering gives bootstrap priority over our own. Not fixed it myself though.
bee-san commented
@MJHarding that is caused by the importing of Bootstrap's CSS being physically below the other CSS sheets. If you move Bootstrap to be above the others then our CSS will be executed and favoured instead of bootstrap will solve when i have other things to commit :)
Thepnathi commented
The issue is fixed.