LivHackSoc/LivHackSoc.github.io

Burger menu is golden, sections should instead be golden

bee-san opened this issue · 4 comments

Caused by a CSS issue in pull request #9

the exact code is:

#navigation-bar {
    color: #f7b733;
}

This makes the burger menu golden

screenshot_2018-06-02 liverpool university hackathon society

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.

Yeah good idea. I will leave it to them.

Seems to me like Stylesheet ordering gives bootstrap priority over our own. Not fixed it myself though.

@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 :)

The issue is fixed.